From acce99efeed28e57bab6a740bf30ac6b47202731 Mon Sep 17 00:00:00 2001 From: Nysa Date: Wed, 6 Mar 2013 11:02:36 -0600 Subject: [PATCH] Ignore Vim untitled and unsaved buffer swapfiles Vim creates buffer swapfiles starting at .swp for buffers that are active but untitled and unsaved. --- Global/vim.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/vim.gitignore b/Global/vim.gitignore index 51514eb2..eadcec7a 100644 --- a/Global/vim.gitignore +++ b/Global/vim.gitignore @@ -1,4 +1,4 @@ -.*.s[a-w][a-z] +*.s[a-w][a-z] *.un~ Session.vim .netrwhist