Skip to content

Instantly share code, notes, and snippets.

@mhausenblas
Created October 31, 2012 08:22
Show Gist options
  • Save mhausenblas/3985841 to your computer and use it in GitHub Desktop.
Save mhausenblas/3985841 to your computer and use it in GitHub Desktop.
My Textmate file pattern (hides tmp and some config files in the project drawer)
!(/\.(?!.)[^/]*|\.(tmproj|o|pyc|gitignore|DS_Store)|/Icon\r|/svn-commit(\.[2-9])?\.tmp)$
Paste into TextMate -> Preferences -> Advanced in the 'File Pattern:' text input field.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment