Skip to content

Commit a0f645d

Browse files
authored
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
1 parent 51f0ce3 commit a0f645d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

VisualStudio.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,10 @@ StyleCopReport.xml
6464
*.ilk
6565
*.meta
6666
*.obj
67+
*.iobj
6768
*.pch
6869
*.pdb
70+
*.ipdb
6971
*.pgc
7072
*.pgd
7173
*.rsp

0 commit comments

Comments
 (0)