aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@mit.edu>2015-04-22 01:09:16 -0400
committerGravatar Benjamin Barenblat <bbaren@mit.edu>2015-04-23 13:46:04 -0400
commit3db42fabef4833cb0193ce4605e43dc0254aa7b2 (patch)
tree57d713248c405d8fa57a3876d1c9b0c3141f37fb /.gitignore
Initial commit of B
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..1c5bf9e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,9 @@
+# -*- conf -*-
+
+# Editor backup files
+*~
+\#*
+.\#*
+
+# Agda
+*.agdai \ No newline at end of file