From 451a8de37cbe41595c3a4f7a9d404fe33b13f263 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petter=20Mab=C3=A4cker?= Date: Sun, 28 Feb 2016 14:46:09 +0100 Subject: [PATCH] .gitignore: Ignore .swp files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petter Mabäcker --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1677b58..f235765 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ build* *~ +.*.swp