]> source.dussan.org Git - gitignore.git/commitdiff
Ignoring [._]*.sw[a-p] instead of *.s[a-w][a-z] 765/head
authorMartín Blech <martinblech@gmail.com>
Sun, 8 Sep 2013 02:12:37 +0000 (23:12 -0300)
committerMartin Blech <martinblech@gmail.com>
Mon, 4 Nov 2013 14:31:51 +0000 (11:31 -0300)
The old pattern was too broad and was making VIM ignore Scheme (*.scm) files.
Now it only matches files that start with . or _.

Global/vim.gitignore

index 56ecb404eb265f889b1b43859fcaa04650c25fd7..6c5ee8df160a5bd391610c1dcafaca7f083e6ab5 100644 (file)
@@ -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