From 9848f19cac088705ed7dc80ba90caad46847d155 Mon Sep 17 00:00:00 2001 From: Allon Mureinik Date: Fri, 17 Mar 2017 21:51:01 +0200 Subject: [PATCH] Add VI[M] temporary files to .gitignore Add VI[M]'s temporary files to .gitignore to make it easier for contributors who want to use this editor. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 338a65bd6b..d1045c7e16 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,7 @@ site-content .settings .classpath .project + +# VI[M] files +.*.swp +*~