mirror of
https://github.com/github/gitignore
synced 2024-11-26 05:34:21 +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
|
# swap
|
||||||
[._]*.s[a-w][a-z]
|
[._]*.s[a-v][a-z]
|
||||||
[._]s[a-w][a-z]
|
[._]*.sw[a-p]
|
||||||
|
[._]s[a-v][a-z]
|
||||||
|
[._]sw[a-p]
|
||||||
# session
|
# session
|
||||||
Session.vim
|
Session.vim
|
||||||
# temporary
|
# temporary
|
||||||
|
Loading…
Reference in New Issue
Block a user