mirror of
https://github.com/github/gitignore
synced 2024-11-25 21:24:23 +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
|
||||
[._]*.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