summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@mit.edu>2015-06-25 19:50:45 -0400
committerGravatar Benjamin Barenblat <bbaren@mit.edu>2015-06-25 19:50:45 -0400
commit19f42f400b88dd199685e3bd6960877f29eed407 (patch)
tree9a2c4fb72a4d5a35f54740a2c35d200924c4059d /.gitignore
Initial commit, including basic editing support
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore13
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..33c244b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,13 @@
+# -*- conf -*-
+
+# Editor backup files
+*~
+\#*
+.\#*
+
+# Ur
+urwiki
+*.sql
+
+# SQLite
+*.sqlite3 \ No newline at end of file