aboutsummaryrefslogtreecommitdiffstats
path: root/Global
diff options
context:
space:
mode:
authorandy bristol <andbristol@gmail.com>2013-01-21 20:10:16 -0500
committerandy bristol <andbristol@gmail.com>2013-01-21 20:10:16 -0500
commitc6bcfb1bd4342446879aacba8e8d04972c1a2f87 (patch)
treeb96f389580683e0722bf968eac3d1a66a8f204f3 /Global
parentcec9f74523332963fb40703e4da3a206254447c0 (diff)
downloadgitignore-c6bcfb1bd4342446879aacba8e8d04972c1a2f87.tar.gz
gitignore-c6bcfb1bd4342446879aacba8e8d04972c1a2f87.zip
Changed line matching vim swapfiles to use all names it will create as described in http://vimdoc.sourceforge.net/htmldoc/recover.html#E326
Diffstat (limited to 'Global')
-rw-r--r--Global/vim.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/Global/vim.gitignore b/Global/vim.gitignore
index 5a2155bc..4ac7c202 100644
--- a/Global/vim.gitignore
+++ b/Global/vim.gitignore
@@ -1,4 +1,4 @@
-.*.sw[a-z]
+.*.s[a-w][a-z]
*.un~
Session.vim
.netrwhist \ No newline at end of file