Commit 514f24b9 authored by Vahagn Harutyunyan's avatar Vahagn Harutyunyan

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 .
parent c7557c59
...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
*.suo *.suo
*.opensdf *.opensdf
*.sdf *.sdf
*.VC.opendb
# Precompiled Assets # Precompiled Assets
SourceArt/**/*.png SourceArt/**/*.png
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment