Merge pull request #2268 from mbenkmann/gitignore_backup_files

add *~ (backup files created by various editors) to .gitignore
This commit is contained in:
Harutyun Amirjanyan 2014-12-10 11:11:00 -08:00
commit d68050c62b

1
.gitignore vendored
View file

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