From 59f8ccd66d2a49c25769fd807d913e07af346343 Mon Sep 17 00:00:00 2001 From: roubles Date: Mon, 5 Dec 2016 22:38:27 -0500 Subject: [PATCH] Existing .gitignore for vim incorrectly matched matched ".swq" through ".swz". While will never be generated by the vim source code. http://unix.stackexchange.com/questions/326707/vim-what-are-all-the-possible-swapfile-extensions --- Global/Vim.gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Global/Vim.gitignore b/Global/Vim.gitignore index bdc04a0b..42e7afc1 100644 --- a/Global/Vim.gitignore +++ b/Global/Vim.gitignore @@ -1,6 +1,8 @@ # swap -[._]*.s[a-w][a-z] -[._]s[a-w][a-z] +[._]*.s[a-v][a-z] +[._]*.sw[a-p] +[._]s[a-v][a-z] +[._]sw[a-p] # session Session.vim # temporary