From 1032e099a130dcf65727e3b2493191cb619e5045 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20A=2E=20Ortega?= Date: Wed, 30 Nov 2016 20:34:06 +0100 Subject: [PATCH] Added Vim swap files to gitignore. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 190cb26..e5a1754 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ # Ignore build files build/* !build/.keep + +# Ignore vim temporary files +*.sw[a-z]