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
This commit is contained in:
roubles 2016-12-05 22:38:27 -05:00
parent 2b3b1f428f
commit 59f8ccd66d
1 changed files with 4 additions and 2 deletions

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