diff options
author | John Fultz <jfultz@wolfram.com> | 2014-08-30 18:59:33 -0500 |
---|---|---|
committer | John Fultz <jfultz@wolfram.com> | 2014-08-30 18:59:33 -0500 |
commit | 79c8e21f44b151d49f6b63962925aaa8f70663e7 (patch) | |
tree | 4b277930c1342fb4a5e44e6472b8af05d6430ebf /quackle.sublime-project | |
parent | 52c272b3e6b0b9c1c3eeaaa04e9cec881654d435 (diff) |
A little house-cleaning. No code changes.
Diffstat (limited to 'quackle.sublime-project')
-rw-r--r-- | quackle.sublime-project | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/quackle.sublime-project b/quackle.sublime-project index 03f56a7..167db4b 100644 --- a/quackle.sublime-project +++ b/quackle.sublime-project @@ -3,8 +3,11 @@ [ { "path": ".", - "file_exclude_patterns" : ["*.tgz", "*.sublime-workspace", ".tags*"], - "folder_exclude_patterns" : ["obj", "moc", "build", "*.xcodeproj", "lib", "lexica", "strategy"] + "file_exclude_patterns" : ["*.tgz", "*.sublime-workspace", ".tags*", "dawginput.raw", + "playabilities.raw", "smaller.raw", ".gitattributes", + "*.Debug", "*.Release", "*.pfx", "*.cer"], + "folder_exclude_patterns" : ["obj", "moc", "build", "*.xcodeproj", "lib", "lexica", + "strategy", "debug", "release", "makeswelexicon", "lisp"] } ] } |