summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMatt Liberty <matt.liberty@gmail.com>2013-10-27 12:19:33 -0700
committerMatt Liberty <matt.liberty@gmail.com>2013-10-27 12:19:33 -0700
commite9a7af6c2b608663b32630a2d58a5cfa540efafa (patch)
treebd969e92d7a6421fef2011778c84103c0445b6bb /.gitignore
parent1004c8553b50893c075977d5ea34c79d00122fe3 (diff)
Ignore *.app (Mac) and SublimeText files
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 1f9a10b..5a0a18e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,6 @@ object_script.libquackle.Debug
object_script.libquackle.Release
release
ChangeLog
+*.app
+*.sublime-project
+*.sublime-workspace \ No newline at end of file