mirror of
https://github.com/github/gitignore
synced 2024-11-22 11:44:21 +01:00
Ignoring [._]*.sw[a-p] instead of *.s[a-w][a-z]
The old pattern was too broad and was making VIM ignore Scheme (*.scm) files. Now it only matches files that start with . or _.
This commit is contained in:
parent
8e05c73621
commit
464ae2642b
@ -1,5 +1,5 @@
|
||||
.*.s[a-w][a-z]
|
||||
.s[a-w][a-z]
|
||||
[._]*.s[a-w][a-z]
|
||||
[._]s[a-w][a-z]
|
||||
*.un~
|
||||
Session.vim
|
||||
.netrwhist
|
||||
|
Loading…
Reference in New Issue
Block a user