From 5b03857c625633e8daea3e0118bf701a93109127 Mon Sep 17 00:00:00 2001
From: est31 <MTest31@outlook.com>
Date: Mon, 18 May 2015 21:24:57 +0200
Subject: [PATCH] Add more swp files to gitignore

Specifically, the added rule matches .kate-swp files.
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index b89ad68e3..238be2676 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
 ## Generic ignorable patterns and files
 *~
 .*.swp
+.*-swp
 *bak*
 tags
 *.vim
-- 
GitLab