From 7c8a6c9cee26e16432247822624c7b2e673138f0 Mon Sep 17 00:00:00 2001 From: Brian Cloutier Date: Wed, 14 Jun 2017 19:43:51 +0300 Subject: [PATCH] Add vim swap files to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index b4378137e..3ae2798aa 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,6 @@ lib*.pc /autom4te.cache /Makefile.global /src/Makefile.custom + +# temporary files vim creates +*.swp