From e12192cafe7395b621e5224c95a01f27425d2118 Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Tue, 3 Nov 2020 10:46:56 +0100 Subject: ignore temporary vim files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 66fd13c..64b2fdc 100644 --- a/.gitignore +++ b/.gitignore @@ -11,5 +11,8 @@ # Output of the go coverage tool, specifically when used with LiteIDE *.out +# Vim +*.swp + # Dependency directories (remove the comment below to include it) # vendor/ -- cgit v1.2.3