]> source.dussan.org Git - gitignore.git/commitdiff
added: *.iobj, *.ipdb 2642/head
authorlinlux <linlux@users.noreply.github.com>
Mon, 26 Mar 2018 10:43:10 +0000 (12:43 +0200)
committerGitHub <noreply@github.com>
Mon, 26 Mar 2018 10:43:10 +0000 (12:43 +0200)
"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

VisualStudio.gitignore

index 219a825ecea64f66276ee4e8af7c4b7a96f27654..4c27bdfcad034b494980f7d78f42f2e4034325e1 100644 (file)
@@ -64,8 +64,10 @@ StyleCopReport.xml
 *.ilk
 *.meta
 *.obj
+*.iobj
 *.pch
 *.pdb
+*.ipdb
 *.pgc
 *.pgd
 *.rsp