diff options
author | John Fultz <jfultz@wolfram.com> | 2015-08-20 04:49:46 -0500 |
---|---|---|
committer | John Fultz <jfultz@wolfram.com> | 2015-08-20 04:50:48 -0500 |
commit | 4ef5b33708a4ff0435d5c8254b860cd03a264c66 (patch) | |
tree | 42bd85545d978da36c8dedc5905e0a9f4e1665e0 /quackle.sublime-project | |
parent | 909c37b77534b88eeafac7a03286692c31cbb1ef (diff) |
Bug fixes to GaddagFactory
A few things from my last commit needed to be
fixed or improved.
Diffstat (limited to 'quackle.sublime-project')
-rw-r--r-- | quackle.sublime-project | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/quackle.sublime-project b/quackle.sublime-project index a219eb1..2ca8db5 100644 --- a/quackle.sublime-project +++ b/quackle.sublime-project @@ -5,7 +5,8 @@ "path": ".", "file_exclude_patterns" : ["*.tgz", "*.sublime-workspace", ".tags*", "dawginput.raw", "playabilities.raw", "smaller.raw", ".gitattributes", - "*.Debug", "*.Release", "*.pfx", "*.cer"], + "*.Debug", "*.Release", "*.pfx", "*.cer", + "makegaddag", "makeminidawg", "gaddagize", "Makefile"], "folder_exclude_patterns" : ["obj", "moc", "build", "*.xcodeproj", "lib", "lexica", "strategy", "debug", "release", "makeswelexicon", "lisp", "DerivedData"] } |