From d6d8f41fafa4ba483fe4233a86071080e3353a38 Mon Sep 17 00:00:00 2001 From: Martin Zak <zakmart1@fit.cvut.cz> Date: Sat, 23 Nov 2013 19:48:39 +0100 Subject: [PATCH] Adds vim swap files to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 95e0f357f2..4c68c8596d 100644 --- a/.gitignore +++ b/.gitignore @@ -17,5 +17,6 @@ *.la *.a -# vim backup files +# vim backup and swap files *~ +*.swp -- GitLab