From 105094dc813d29a4e2c96a513d5a006bf875d557 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sat, 31 Jul 2010 02:30:29 -0700 Subject: [PATCH] Ignore build dir in textmate-gf --- emacs.d/textmate.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.d/textmate.el b/emacs.d/textmate.el index 3a8019d..d4aa2d0 100644 --- a/emacs.d/textmate.el +++ b/emacs.d/textmate.el @@ -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*