modify .gitignore to ignore Emacs files
diff --git a/.gitignore b/.gitignore
index e47cc81..1bebb5b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,7 @@
 
 # OS X
 .DS_Store
+
+# Emacs
+*~
+\#*\#