From 43de894452a5829a3c4cd3f33d4f71fea37102a3 Mon Sep 17 00:00:00 2001 From: Jean Jordaan Date: Tue, 12 Nov 2013 11:27:21 +0700 Subject: [PATCH] Ignore multiple vim swapfiles In case there is more than one swapfile for a file (.swo, .swn, ...) --- Plone.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plone.gitignore b/Plone.gitignore index 13edefa5..4020322e 100644 --- a/Plone.gitignore +++ b/Plone.gitignore @@ -8,7 +8,7 @@ *.egg-info *.EGG-INFO *.kpf -*.swp +*.sw? *.wpr .*.cfg .installed.cfg