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
This commit is contained in:
Ben Sturmfels
2019-09-20 09:58:15 +10:00
parent f584494b8a
commit 197e81d5f9

3
.gitignore vendored
View File

@@ -48,8 +48,7 @@
*.pyc
*.pyo
*~
*.swp
*.swo
*.sw?
*.mo
*.patch