Browse Source

Existing .gitignore for vim incorrectly matched matched ".swq" through ".swz".

While will never be generated by the vim source code.
http://unix.stackexchange.com/questions/326707/vim-what-are-all-the-possible-swapfile-extensions
pull/2208/head
roubles 7 years ago
parent
commit
59f8ccd66d
1 changed files with 4 additions and 2 deletions
  1. 4
    2
      Global/Vim.gitignore

+ 4
- 2
Global/Vim.gitignore View File

@@ -1,6 +1,8 @@
# swap
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-v][a-z]
[._]sw[a-p]
# session
Session.vim
# temporary

Loading…
Cancel
Save