mirror of
https://github.com/github/gitignore
synced 2024-11-22 03:34:23 +01:00
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:
parent
2b3b1f428f
commit
59f8ccd66d
@ -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…
Reference in New Issue
Block a user