From 8b9fa098590f57dfc2f35443ad07aca5777387da Mon Sep 17 00:00:00 2001 From: Roland Hieber Date: Mon, 3 Jul 2017 23:02:48 +0200 Subject: [PATCH] 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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c2d6b42c..e943562f 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ # Editor/IDE cruft *.kate-swp *~ +.*.sw* /*.kdev4 /Makefile.am.user