add *~ (backup files created by various editors) to .gitignore

This commit is contained in:
Matthias S. Benkmann 2014-12-07 16:54:41 +01:00
commit 119259b702

1
.gitignore vendored
View file

@ -2,6 +2,7 @@
.DS_Store
*.swp
*.tmp
*~
# Project files that should not be in the repo
.*