1
0
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:
Brendan Forster 2016-12-06 20:01:46 +11:00 committed by GitHub
commit 02c8ff6ed3

View File

@ -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