From: Martín Blech Date: Sun, 8 Sep 2013 02:12:37 +0000 (-0300) Subject: Ignoring [._]*.sw[a-p] instead of *.s[a-w][a-z] X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F765%2Fhead;p=gitignore.git 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 _. --- diff --git a/Global/vim.gitignore b/Global/vim.gitignore index 56ecb404..6c5ee8df 100644 --- a/Global/vim.gitignore +++ b/Global/vim.gitignore @@ -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