From 9ffe627effd2d245fa68068aabc3c02da8c7897c Mon Sep 17 00:00:00 2001 From: John Fultz Date: Tue, 12 Aug 2014 00:59:58 -0500 Subject: Minor project management updates. * Update .gitignore * Add a SublimeText project file * Add an Icon.png which is used by my git client. --- .gitignore | 4 ++-- Icon.png | Bin 0 -> 202329 bytes quackle.sublime-project | 10 ++++++++++ 3 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 Icon.png create mode 100644 quackle.sublime-project diff --git a/.gitignore b/.gitignore index 5a0a18e..b78b158 100644 --- a/.gitignore +++ b/.gitignore @@ -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 new file mode 100644 index 0000000..65bbe98 Binary files /dev/null and b/Icon.png differ 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"] + } + ] +} -- cgit v1.2.3