Ignore build dir in textmate-gf
This commit is contained in:
parent
c9fe382cb3
commit
105094dc81
1 changed files with 1 additions and 1 deletions
|
|
@ -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*
|
||||
|
|
|
|||
Loading…
Reference in a new issue