From e437aa97b3952531dbadac2fcc34b9bd48c2a86b Mon Sep 17 00:00:00 2001
From: Richard Hartmann <richih@debian.org>
Date: Sun, 29 Dec 2013 17:41:12 +0100
Subject: [PATCH] .gitignore: Ignore .swp

Opening Vim in $PWD without a file name (think scratch pad) will open
.swp, which is not matched by *.swp
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 7567c75..4dec9bf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
 vcsh.1
 *.patch
 *.swp
+.swp
 *.bak
-- 
GitLab