aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2018-12-18 16:47:38 -0800
committerBryan Newbold <bnewbold@archive.org>2018-12-18 16:47:38 -0800
commit6f60f99bbf4b18f2576fb2a021b1ec93f084f651 (patch)
tree5bf053f95a5a20efa5f703481358e632a6174b89 /.gitignore
downloadsqlite-notebook-6f60f99bbf4b18f2576fb2a021b1ec93f084f651.tar.gz
sqlite-notebook-6f60f99bbf4b18f2576fb2a021b1ec93f084f651.zip
init repo
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