aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorBen Sturmfels <ben@sturm.com.au>2019-09-20 09:58:15 +1000
committerBen Sturmfels <ben@sturm.com.au>2019-09-20 09:58:15 +1000
commit197e81d5f98c88d9fe823c6bd7a7b013f88bfc3a (patch)
treead5fdddb6932bfca93d9a8aa7c39f07e4591cb8a /.gitignore
parentf584494b8a1a5a5849806ceec80d9ffc5ce4f5ec (diff)
downloadmediagoblin-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--.gitignore3
1 files changed, 1 insertions, 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