Ignore build dir in textmate-gf

This commit is contained in:
Sami Samhuri 2010-07-31 02:30:29 -07:00
parent c9fe382cb3
commit 105094dc81

View file

@ -65,7 +65,7 @@
;;; Minor mode
(defvar *textmate-gf-exclude*
"/(\\.|vendor|fixtures|tmp|log|build|\\.xcodeproj|\\.nib|\\.framework|\\.app|\\.pbproj|\\.pbxproj|\\.xcode|\\.xcodeproj|\\.bundle|\\.pyc|Frameworks)"
"/(\\.|vendor|fixtures|tmp|log|[bB]uild|\\.xcodeproj|\\.nib|\\.framework|\\.app|\\.pbproj|\\.pbxproj|\\.xcode|\\.xcodeproj|\\.bundle|\\.pyc|Frameworks)"
"Regexp of files to exclude from `textmate-goto-file'.")
(defvar *textmate-project-roots*