From b9742650d6d3b5f4c327aba3d51a270464c9eddc Mon Sep 17 00:00:00 2001 From: "Mohammad S. Babaei" Date: Wed, 15 Jun 2016 16:43:12 +0430 Subject: [PATCH] ignore *.VC.db files In addition to *.VC.opendb, *.VC.db file should be regenerated by Visual Studio automatically. So, it makes sense to ignore *.VC.db file too as it's been ignored in https://github.com/github/gitignore/blob/master/VisualStudio.gitignore --- UnrealEngine.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/UnrealEngine.gitignore b/UnrealEngine.gitignore index 75b1186b..be0e4913 100644 --- a/UnrealEngine.gitignore +++ b/UnrealEngine.gitignore @@ -37,6 +37,7 @@ *.suo *.opensdf *.sdf +*.VC.db *.VC.opendb # Precompiled Assets