aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Burwell <bburwell1@gmail.com>2013-05-06 10:23:17 -0400
committerBen Burwell <bburwell1@gmail.com>2013-05-06 10:23:17 -0400
commit8966d98cbeb292da4f18a3a0c156d2cf65341638 (patch)
tree219cd11722c1671a485232fba01126d7a4790647
parent5db0311eea00c7106d76d9b1390472ceccf85bd7 (diff)
Adds gitignore file
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..0e2cdd3
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+*.scm~
+*.rkt~
+.DS_Store \ No newline at end of file