From 3bfd342a5c75421e04799aa4ff13d9b8ae5cb8e3 Mon Sep 17 00:00:00 2001 From: w1ld Date: Fri, 9 Aug 2013 16:47:38 +0400 Subject: [PATCH] VIM: Replacing .s[a-w][a-z] with .swp as it matches .sln (visual studio solution file) and .swf (flash player file) and .svg and .sql files --- Global/vim.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/vim.gitignore b/Global/vim.gitignore index eadcec7a..7f29f613 100644 --- a/Global/vim.gitignore +++ b/Global/vim.gitignore @@ -1,4 +1,4 @@ -*.s[a-w][a-z] +*.swp *.un~ Session.vim .netrwhist