From 2ceed19a9b6589450043659ffbcce46a990269e4 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Mon, 29 Jul 2019 13:08:15 -0700 Subject: [PATCH] .gitignore: ignore Visual Studio's temporary/generated files Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index e7bb15d301..fcfb708b9e 100644 --- a/.gitignore +++ b/.gitignore @@ -233,4 +233,7 @@ *.manifest Debug/ Release/ +/UpgradeLog*.htm +/git.VC.VC.opendb +/git.VC.db *.dSYM -- 2.19.1.240.g7d280c7607