aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-05-06 13:56:17 -0400
committerbnewbold <bnewbold@robocracy.org>2016-05-06 13:56:17 -0400
commitec1e1ec92d870ae3a57b06b3b214d304d729532b (patch)
tree79d1b951b51eed150885b47e0aaa6da5b7c4da49
downloadexuberant-hacks-ec1e1ec92d870ae3a57b06b3b214d304d729532b.tar.gz
exuberant-hacks-ec1e1ec92d870ae3a57b06b3b214d304d729532b.zip
init repo with gitignore
-rw-r--r--.gitignore20
1 files changed, 20 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..893ac99
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,20 @@
+*.o
+*.a
+*.pyc
+*~
+*.swp
+.*
+*.tmp
+*.old
+*.profile
+*.bkp
+*.bak
+[Tt]humbs.db
+*.DS_Store
+build/
+_build/
+src/build/
+*.log
+
+# Don't ignore this file itself
+!.gitignore