Adding .gitignore.
authorMatt Davis <jiffyclub@gmail.com>
Sat, 29 Dec 2012 03:30:20 +0000 (22:30 -0500)
committerMatt Davis <jiffyclub@gmail.com>
Sat, 29 Dec 2012 03:30:50 +0000 (22:30 -0500)
.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..230f289
--- /dev/null
@@ -0,0 +1,8 @@
+# compiled Jekyll site
+_site
+
+# emacs
+*~
+
+# Python
+*.pyc