Browse Source

Merge pull request #751 from nysa/master

Vim: Ignore .*.s[a-w][a-z] and .s[a-w][a-z] swap files
Adam Roben 11 years ago
parent
commit
43f3bb3952
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Global/vim.gitignore

+ 2 - 1
Global/vim.gitignore

@@ -1,4 +1,5 @@
-*.s[a-w][a-z]
+.*.s[a-w][a-z]
+.s[a-w][a-z]
 *.un~
 Session.vim
 .netrwhist