mirror of
https://github.com/vale981/gitignore
synced 2025-03-05 09:51:42 -05:00

The old pattern was too broad and was making VIM ignore Scheme (*.scm) files. Now it only matches files that start with . or _.
6 lines
66 B
Text
6 lines
66 B
Text
[._]*.s[a-w][a-z]
|
|
[._]s[a-w][a-z]
|
|
*.un~
|
|
Session.vim
|
|
.netrwhist
|
|
*~
|