Less aggressive ignoring of vim swap files

It's a rare sight to see non-.swp swap files anyway, and we don't want
other files (e.g. .sql) being accidentally ignored.
This commit is contained in:
nyuszika7h 2014-02-22 13:41:47 +01:00
parent 7442ba30bd
commit 649f4bc0b2
1 changed files with 2 additions and 2 deletions

4
.gitignore vendored
View File

@ -1,8 +1,8 @@
*.mo
*.py[co]
*~
.*.s[a-w][a-p]
.s[a-w][a-p]
.*.swp
.swp
MANIFEST
backup/
build/