gitignore nano and vim swap files
When .*.swp already exists, vim will try .*.swo, then .*.swn, and so forth. Ignore those files too. Signed-off-by: Roland Hieber <rohieb@rohieb.name>
This commit is contained in:
parent
f97c159536
commit
8b9fa09859
|
@ -12,6 +12,7 @@
|
||||||
# Editor/IDE cruft
|
# Editor/IDE cruft
|
||||||
*.kate-swp
|
*.kate-swp
|
||||||
*~
|
*~
|
||||||
|
.*.sw*
|
||||||
/*.kdev4
|
/*.kdev4
|
||||||
/Makefile.am.user
|
/Makefile.am.user
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue