Skip to content

Commit 464ae26

Browse files
committed
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 _.
1 parent 8e05c73 commit 464ae26

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Global/vim.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
.*.s[a-w][a-z]
2-
.s[a-w][a-z]
1+
[._]*.s[a-w][a-z]
2+
[._]s[a-w][a-z]
33
*.un~
44
Session.vim
55
.netrwhist

0 commit comments

Comments
 (0)