Make git ignore Emacs backup files.
diff --git a/.gitignore b/.gitignore
index 7778fb4..c71c0cf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+*~
 *.a
 *.o
 *.so