From 7d02cc5ec40af1d5dc5419ee9e717faf2851c9fb Mon Sep 17 00:00:00 2001 From: stijn <stijn@ignitron.net> Date: Thu, 16 Feb 2017 11:48:01 +0100 Subject: [PATCH] windows/.gitignore: Ignore VC.db and VC.opendb files from VS2015 Since VS2015 update 2 .db files are used for storing browsing info, instead of .sdf files. If users don't specify a location for these files excplicitly they end up in the project directory so ignore them. --- windows/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/windows/.gitignore b/windows/.gitignore index d26ef4db7..ec2821211 100644 --- a/windows/.gitignore +++ b/windows/.gitignore @@ -7,3 +7,4 @@ *.ilk *.filters /build/* +*.VC.*db -- GitLab