diff options
author | linlux <linlux@users.noreply.github.com> | 2018-03-26 12:43:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-26 12:43:10 +0200 |
commit | a0f645dd3390f88c6a42a627dac8f3194eb3ca63 (patch) | |
tree | 9fd4cbe210c2166d217f0ccfe92f3ee386bf0682 /VisualStudio.gitignore | |
parent | 51f0ce3fed9732f1d730cb3309705da905fab768 (diff) | |
download | gitignore-a0f645dd3390f88c6a42a627dac8f3194eb3ca63.tar.gz gitignore-a0f645dd3390f88c6a42a627dac8f3194eb3ca63.zip |
added: *.iobj, *.ipdb
"These files are produced when Incremental Link-Time Code Generation (LTCG) is enabled."
https://stackoverflow.com/questions/31554559/possible-to-stop-generating-ipdb-iobj-files-by-visual-studio-2015
Diffstat (limited to 'VisualStudio.gitignore')
-rw-r--r-- | VisualStudio.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 219a825e..4c27bdfc 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -64,8 +64,10 @@ StyleCopReport.xml *.ilk *.meta *.obj +*.iobj *.pch *.pdb +*.ipdb *.pgc *.pgd *.rsp |