From a0f645dd3390f88c6a42a627dac8f3194eb3ca63 Mon Sep 17 00:00:00 2001 From: linlux Date: Mon, 26 Mar 2018 12:43:10 +0200 Subject: [PATCH] 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 --- VisualStudio.gitignore | 2 ++ 1 file changed, 2 insertions(+) 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