From 548fb984f7173dea0fbd572ef0ef3784019100c0 Mon Sep 17 00:00:00 2001 From: Calem Bendell Date: Wed, 2 Nov 2016 11:48:05 -0400 Subject: [PATCH] add the *.VC.db to unreal engine ignore as of visual studio 2015 update 2 this file stores the intellisense database. this file is typically huge and shouldn't be included in a repository. --- UnrealEngine.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/UnrealEngine.gitignore b/UnrealEngine.gitignore index be0e4913..beec7b91 100644 --- a/UnrealEngine.gitignore +++ b/UnrealEngine.gitignore @@ -1,6 +1,9 @@ # Visual Studio 2015 user specific files .vs/ +# Visual Studio 2015 database file +*.VC.db + # Compiled Object files *.slo *.lo