From: Roland Hieber Date: Mon, 3 Jul 2017 21:02:48 +0000 (+0200) Subject: gitignore nano and vim swap files X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=8b9fa098590f57dfc2f35443ad07aca5777387da;p=libsigrok.git 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 --- 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