.gitignore: better VIM swp pattern

This commit is contained in:
Michael Stahl 2011-12-19 18:22:26 +01:00
parent a0a21ffa5b
commit e0c780d3c2

5
.gitignore vendored
View file

@ -1,9 +1,12 @@
# backup and temporary files
*~
.*.sw[op]
.*sw?
\#*
.DS_Store
# StGit
.stgit-edit.txt
# python generated file
*.pyc