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:
Roland Hieber 2017-07-03 23:02:48 +02:00 committed by Uwe Hermann
parent f97c159536
commit 8b9fa09859
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -12,6 +12,7 @@
# Editor/IDE cruft
*.kate-swp
*~
.*.sw*
/*.kdev4
/Makefile.am.user