Make git ignore Emacs backup files.

This commit is contained in:
Michel Dänzer 2006-12-06 18:11:27 +01:00
parent fcc54b5d34
commit 94136651c3

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
*~
*.a *.a
*.o *.o
*.so *.so