.gitignore: better VIM swp pattern
This commit is contained in:
parent
a0a21ffa5b
commit
e0c780d3c2
1 changed files with 4 additions and 1 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -1,9 +1,12 @@
|
|||
# backup and temporary files
|
||||
*~
|
||||
.*.sw[op]
|
||||
.*sw?
|
||||
\#*
|
||||
.DS_Store
|
||||
|
||||
# StGit
|
||||
.stgit-edit.txt
|
||||
|
||||
# python generated file
|
||||
*.pyc
|
||||
|
||||
|
|
Loading…
Reference in a new issue