From f22cb8f7972a48592951ef9a528fefd4c80199a4 Mon Sep 17 00:00:00 2001
From: Rick Rackow <rrackow@redhat.com>
Date: Fri, 16 Aug 2019 15:07:50 +0200
Subject: [PATCH] ignore swp files

there's never a need to commit swap files, so just ignore them
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index ee91348f..f334fb56 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ tmp/
 minikube-manifests/
 vendor/
 ./auth
+.swp
-- 
GitLab