From: Roland Hieber <[email protected]> When .*.swp already exists, vim will try .*.swo, then .*.swn, and so forth. Ignore those files too.
Signed-off-by: Roland Hieber <[email protected]> --- .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 -- 2.11.0 ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ sigrok-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sigrok-devel

