From 197e81d5f98c88d9fe823c6bd7a7b013f88bfc3a Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Fri, 20 Sep 2019 09:58:15 +1000 Subject: [PATCH] Add expression to ignore Vim temporary swap files. I gather that Vim continues back through the alphabet with .swp, swo, swn etc: https://groups.google.com/forum/#!msg/vim_use/JBHSs3kPPJU/X9WeMsZcfWAJ --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2b927263..63c47d4d 100644 --- a/.gitignore +++ b/.gitignore @@ -48,8 +48,7 @@ *.pyc *.pyo *~ -*.swp -*.swo +*.sw? *.mo *.patch -- 2.25.1