Skip to content

Commit

Permalink
add ignore .pyc
Browse files Browse the repository at this point in the history
  • Loading branch information
defunkt committed Jun 8, 2009
1 parent b5b3a0d commit 5bdfc5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion textmate.el
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
(defvar *textmate-project-root* nil)
(defvar *textmate-project-files* '())
(defvar *textmate-gf-exclude*
"/\\.|vendor|fixtures|tmp|log|build|\\.xcodeproj|\\.nib|\\.framework|\\.app|\\.pbproj|\\.pbxproj|\\.xcode|\\.xcodeproj|\\.bundle")
"/\\.|vendor|fixtures|tmp|log|build|\\.xcodeproj|\\.nib|\\.framework|\\.app|\\.pbproj|\\.pbxproj|\\.xcode|\\.xcodeproj|\\.bundle|\\.pyc")

(defvar *textmate-keybindings-list* `((textmate-next-line
[A-return] [M-return])
Expand Down

0 comments on commit 5bdfc5d

Please sign in to comment.