Skip to content

Instantly share code, notes, and snippets.

@meleyal
Created June 17, 2010 12: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 meleyal/442063 to your computer and use it in GitHub Desktop.
Save meleyal/442063 to your computer and use it in GitHub Desktop.
Folder Pattern for Textmate to ignore log/doc/tmp
# Exclude log/doc/tmp
!.*/(\.[^/]*|log|doc|tmp|CVS|_darcs|_MTN|\{arch\}|blib|.*~\.nib|.*\.(framework|app|pbproj|pbxproj|xcode(proj)?|bundle))$
# Original
!.*/(\.[^/]*|CVS|_darcs|_MTN|\{arch\}|blib|.*~\.nib|.*\.(framework|app|pbproj|pbxproj|xcode(proj)?|bundle))$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment