aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2019-02-28 12:00:11 -0800
committerBryan Newbold <bnewbold@archive.org>2019-02-28 12:00:11 -0800
commitb5f283913367d28578ad403b850e3a5c2e380887 (patch)
tree0cd00c432248d1df50345ccb6951bb06ecf4be7b
downloadarabesque-b5f283913367d28578ad403b850e3a5c2e380887.tar.gz
arabesque-b5f283913367d28578ad403b850e3a5c2e380887.zip
init repo with gitignore
-rw-r--r--.gitignore21
1 files changed, 21 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..81a4762
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,21 @@
+*.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