add *~ (backup files created by various editors) to .gitignore
This commit is contained in:
parent
e217418d39
commit
119259b702
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -2,6 +2,7 @@
|
|||
.DS_Store
|
||||
*.swp
|
||||
*.tmp
|
||||
*~
|
||||
|
||||
# Project files that should not be in the repo
|
||||
.*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue