diff options
-rw-r--r-- | .gitignore | 4 | ||||
-rw-r--r-- | Icon.png | bin | 0 -> 202329 bytes | |||
-rw-r--r-- | quackle.sublime-project | 10 |
3 files changed, 12 insertions, 2 deletions
@@ -9,5 +9,5 @@ object_script.libquackle.Release release ChangeLog *.app -*.sublime-project -*.sublime-workspace
\ No newline at end of file +*.sublime-workspace +*.xcodeproj diff --git a/Icon.png b/Icon.png Binary files differnew file mode 100644 index 0000000..65bbe98 --- /dev/null +++ b/Icon.png diff --git a/quackle.sublime-project b/quackle.sublime-project new file mode 100644 index 0000000..03f56a7 --- /dev/null +++ b/quackle.sublime-project @@ -0,0 +1,10 @@ +{ + "folders": + [ + { + "path": ".", + "file_exclude_patterns" : ["*.tgz", "*.sublime-workspace", ".tags*"], + "folder_exclude_patterns" : ["obj", "moc", "build", "*.xcodeproj", "lib", "lexica", "strategy"] + } + ] +} |