ignore Frameworks directory for cappuccino projects
This commit is contained in:
parent
177b6c893d
commit
93307fe7c5
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@
|
||||||
;;; Minor mode
|
;;; Minor mode
|
||||||
|
|
||||||
(defvar *textmate-gf-exclude*
|
(defvar *textmate-gf-exclude*
|
||||||
"/\\.|vendor|fixtures|tmp|log|build|\\.xcodeproj|\\.nib|\\.framework|\\.app|\\.pbproj|\\.pbxproj|\\.xcode|\\.xcodeproj|\\.bundle|\\.pyc"
|
"/\\.|vendor|fixtures|tmp|log|build|\\.xcodeproj|\\.nib|\\.framework|\\.app|\\.pbproj|\\.pbxproj|\\.xcode|\\.xcodeproj|\\.bundle|\\.pyc|Frameworks"
|
||||||
"Regexp of files to exclude from `textmate-goto-file'.")
|
"Regexp of files to exclude from `textmate-goto-file'.")
|
||||||
|
|
||||||
(defvar *textmate-project-roots*
|
(defvar *textmate-project-roots*
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue