From: Nysa Date: Wed, 6 Mar 2013 17:02:36 +0000 (-0600) Subject: Ignore Vim untitled and unsaved buffer swapfiles X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F576%2Fhead;p=gitignore.git Ignore Vim untitled and unsaved buffer swapfiles Vim creates buffer swapfiles starting at .swp for buffers that are active but untitled and unsaved. --- 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