diff options
author | Vahagn Harutyunyan <hzor3000@gmail.com> | 2016-01-23 14:44:18 +0400 |
---|---|---|
committer | Vahagn Harutyunyan <hzor3000@gmail.com> | 2016-01-23 14:44:18 +0400 |
commit | 514f24b99a1a0c724dca4583b8bc890342dd4191 (patch) | |
tree | d0f7ec16794150bdf82a7964f9c17fec6c00abb4 | |
parent | c7557c59a576e676ce0e1423a6c09792b5c59e85 (diff) | |
download | gitignore-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.gitignore | 1 |
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 |