Unverified Commit a0f645dd authored by linlux's avatar linlux Committed by GitHub

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
parent 51f0ce3f
...@@ -64,8 +64,10 @@ StyleCopReport.xml ...@@ -64,8 +64,10 @@ StyleCopReport.xml
*.ilk *.ilk
*.meta *.meta
*.obj *.obj
*.iobj
*.pch *.pch
*.pdb *.pdb
*.ipdb
*.pgc *.pgc
*.pgd *.pgd
*.rsp *.rsp
......
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