diff options
author | Ben Sturmfels <ben@sturm.com.au> | 2019-09-20 09:58:15 +1000 |
---|---|---|
committer | Ben Sturmfels <ben@sturm.com.au> | 2019-09-20 09:58:15 +1000 |
commit | 197e81d5f98c88d9fe823c6bd7a7b013f88bfc3a (patch) | |
tree | ad5fdddb6932bfca93d9a8aa7c39f07e4591cb8a /.gitignore | |
parent | f584494b8a1a5a5849806ceec80d9ffc5ce4f5ec (diff) | |
download | mediagoblin-197e81d5f98c88d9fe823c6bd7a7b013f88bfc3a.tar.lz mediagoblin-197e81d5f98c88d9fe823c6bd7a7b013f88bfc3a.tar.xz mediagoblin-197e81d5f98c88d9fe823c6bd7a7b013f88bfc3a.zip |
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
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -48,8 +48,7 @@ *.pyc *.pyo *~ -*.swp -*.swo +*.sw? *.mo *.patch |