From 514f24b99a1a0c724dca4583b8bc890342dd4191 Mon Sep 17 00:00:00 2001 From: Vahagn Harutyunyan Date: Sat, 23 Jan 2016 14:44:18 +0400 Subject: [PATCH] Add *.VC.opendb for UnrealEngine Add *.VC.opendb to the .gitignore for the UnrealEngine for Visual Studio 2015 Update 1 users. This reflects the changes in the VisualStudio.gitignore made in https://github.com/github/gitignore/pull/1778 and https://github.com/github/gitignore/pull/1783 but is more specifically targeted at solving the issue http://stackoverflow.com/questions/34319008/git-issue-with-visual-studio-2015-update-1 . --- UnrealEngine.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/UnrealEngine.gitignore b/UnrealEngine.gitignore index 247f644a..94e990aa 100644 --- a/UnrealEngine.gitignore +++ b/UnrealEngine.gitignore @@ -34,6 +34,7 @@ *.suo *.opensdf *.sdf +*.VC.opendb # Precompiled Assets SourceArt/**/*.png