aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2017-05-26 01:58:33 -0700
committerbnewbold <bnewbold@robocracy.org>2017-05-26 01:58:33 -0700
commit0294cfc029ca3402c1070165a6c585fc56b3f199 (patch)
treec5dea65a2787b579150014767bbb54a0b7ec7499 /.gitignore
parente41e8ab92d038a99c97439e489071211da3329cb (diff)
downloadbad-hashish-0294cfc029ca3402c1070165a6c585fc56b3f199.tar.gz
bad-hashish-0294cfc029ca3402c1070165a6c585fc56b3f199.zip
WIP
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore22
1 files changed, 22 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..2fa04f6
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,22 @@
+*.o
+*.a
+*.pyc
+#*#
+*~
+*.swp
+.*
+*.tmp
+*.old
+*.profile
+*.bkp
+*.bak
+[Tt]humbs.db
+*.DS_Store
+build/
+_build/
+src/build/
+*.log
+target
+
+# Don't ignore this file itself
+!.gitignore