Skip to content

Commit 9fd7b32

Browse files
committed
Merge pull request #765 from martinblech/patch-1
Ignoring [._]*.s[a-w][a-z] instead of *.s[a-w][a-z]
2 parents 8e05c73 + 464ae26 commit 9fd7b32

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)