From 141b9284cbb90d63390fd96b959c785225d7178f Mon Sep 17 00:00:00 2001 From: Moul Date: Thu, 3 Nov 2016 18:32:23 +0100 Subject: [PATCH] [mod] add vim swap file on gitignore. --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 1f3ed41..e7135c2 100644 --- a/.gitignore +++ b/.gitignore @@ -60,3 +60,8 @@ target/ # YunoHost packages *_ynh + +# Vim swap files +# *~ +# *.swp +# *.swo