mirror of
https://github.com/github/gitignore
synced 2025-07-15 14:09:13 +02: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 changed files with 4 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue