Skip to content

Commit 9c17927

Browse files
authored
Add MSBuild_Logs/ to VisualStudio.gitignore
The MsBuild team added a switch to the Visual Studio engine that generates a debugging information under the directory MsBuild_Logs/ that shouldn't be in source control systems. Here's the [original PR](dotnet/msbuild@cdb5077) from the msbuild team. Here is the documentation from the msbuild team explaining the feature that [generates the path](https://github.com/dotnet/msbuild/blob/main/documentation/wiki/Building-Testing-and-Debugging-on-Full-Framework-MSBuild.md#logs) Heres' a similar PR for the dotnet [runtime](dotnet/runtime#59323)
1 parent e532375 commit 9c17927

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

VisualStudio.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,7 @@ ASALocalRun/
351351

352352
# MSBuild Binary and Structured Log
353353
*.binlog
354+
MSBuild_Logs/
354355

355356
# NVidia Nsight GPU debugger configuration file
356357
*.nvuser

0 commit comments

Comments
 (0)