From 5c14508b16c31ccbd58768fb1d6f9a1bfd51fd74 Mon Sep 17 00:00:00 2001 From: kakwa Date: Fri, 9 Sep 2016 08:28:21 +0200 Subject: [PATCH] adding vim swap files in the git ignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 5fadc41..523482a 100644 --- a/.gitignore +++ b/.gitignore @@ -54,3 +54,6 @@ tests/cfg/pki/.rnd # civetweb build/install directory (in bundle mode) civetweb-prefix/ vendor/ + +# vim swap file +*.swp