]> sigrok.org Git - libsigrok.git/commitdiff
gitignore nano and vim swap files
authorRoland Hieber <redacted>
Mon, 3 Jul 2017 21:02:48 +0000 (23:02 +0200)
committerUwe Hermann <redacted>
Tue, 4 Jul 2017 10:18:03 +0000 (12:18 +0200)
When .*.swp already exists, vim will try .*.swo, then .*.swn, and so
forth. Ignore those files too.

Signed-off-by: Roland Hieber <redacted>
.gitignore

index c2d6b42c43d50ef5e55489e377590c1ba2e9643c..e943562f81b4ab9fb310c18913c9b78684f90457 100644 (file)
@@ -12,6 +12,7 @@
 # Editor/IDE cruft
 *.kate-swp
 *~
+.*.sw*
 /*.kdev4
 /Makefile.am.user