From 09bf6646d163f5b87f60c83aaffbd6f581e05771 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 23 Sep 2014 21:24:04 +0200 Subject: [PATCH] .gitignore: add vim tempfiles. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index aa4878e6..e45f78a1 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,7 @@ httperr.h tests/*/*/*/*_test tests/*/*/*_test include/xbps.h + +# vim backup files +.*.swp +*~