mirror of
https://github.com/github/gitignore
synced 2024-11-29 15:14:21 +01:00
Merge pull request #2208 from roubles/master
Existing .gitignore for vim incorrectly matched matched ".swq" through ".swz".
This commit is contained in:
commit
02c8ff6ed3
@ -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