From: Richard Hartmann Date: Sun, 29 Dec 2013 16:41:12 +0000 (+0100) Subject: .gitignore: Ignore .swp X-Git-Url: https://git.madduck.net/code/vcsh.git/commitdiff_plain/e437aa97b3952531dbadac2fcc34b9bd48c2a86b?hp=-c .gitignore: Ignore .swp Opening Vim in $PWD without a file name (think scratch pad) will open .swp, which is not matched by *.swp --- e437aa97b3952531dbadac2fcc34b9bd48c2a86b diff --git a/.gitignore b/.gitignore index 7567c75..4dec9bf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ vcsh.1 *.patch *.swp +.swp *.bak