Skip to content

Instantly share code, notes, and snippets.

@chrisjacob
Forked from bru/texmate_dot_filter
Created February 12, 2011 14:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisjacob/823800 to your computer and use it in GitHub Desktop.
Save chrisjacob/823800 to your computer and use it in GitHub Desktop.
# TextMate dotfiles filter
# use this filter in Preferences -> Advanced -> Folder References -> File Pattern
# to show .gitignore, .gems (useful for Heroku), .bundle in your project
!(/\.(?!(htaccess|gitignore|gems|bundle))[^/]*|\.(tmproj|o|pyc)|/Icon\r|/svn-commit(\.[2-9])?\.tmp)$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment