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

4
.gitignore vendored
View File

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