mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-08 19:22:33 +01:00
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:
parent
7442ba30bd
commit
649f4bc0b2
4
.gitignore
vendored
4
.gitignore
vendored
@ -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/
|
||||||
|
Loading…
Reference in New Issue
Block a user