aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-03-23 20:43:37 -0700
committerBryan Newbold <bnewbold@archive.org>2020-03-23 20:43:37 -0700
commit7663e25d5b9cf740fa1ecca3b716a1efc1329f37 (patch)
treec4674d2e79f14b3781f55ebdf691096e29f9b544 /.gitignore
downloadfatcat-covid19-7663e25d5b9cf740fa1ecca3b716a1efc1329f37.tar.gz
fatcat-covid19-7663e25d5b9cf740fa1ecca3b716a1efc1329f37.zip
init repo with early notes
Diffstat (limited to '.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