diff options
author | John Fultz <jfultz@wolfram.com> | 2014-08-12 00:59:58 -0500 |
---|---|---|
committer | John Fultz <jfultz@wolfram.com> | 2014-08-12 01:49:02 -0500 |
commit | 9ffe627effd2d245fa68068aabc3c02da8c7897c (patch) | |
tree | 9920857c7552ad593ef4954a049b367dde146462 | |
parent | 32c211a5487e0148a438b8c9d109e918e69e1ffa (diff) |
Minor project management updates.
* Update .gitignore
* Add a SublimeText project file
* Add an Icon.png which is used by my git client.
-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"] + } + ] +} |