aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVahagn Harutyunyan <hzor3000@gmail.com>2016-01-23 14:44:18 +0400
committerVahagn Harutyunyan <hzor3000@gmail.com>2016-01-23 14:44:18 +0400
commit514f24b99a1a0c724dca4583b8bc890342dd4191 (patch)
treed0f7ec16794150bdf82a7964f9c17fec6c00abb4
parentc7557c59a576e676ce0e1423a6c09792b5c59e85 (diff)
downloadgitignore-514f24b99a1a0c724dca4583b8bc890342dd4191.tar.gz
gitignore-514f24b99a1a0c724dca4583b8bc890342dd4191.zip
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 .
-rw-r--r--UnrealEngine.gitignore1
1 files changed, 1 insertions, 0 deletions
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