From: Ben Sturmfels Date: Thu, 19 Sep 2019 23:58:15 +0000 (+1000) Subject: Add expression to ignore Vim temporary swap files. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=197e81d5f98c88d9fe823c6bd7a7b013f88bfc3a;p=mediagoblin.git 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 --- 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