mirror of
https://github.com/github/gitignore
synced 2024-11-22 11:44:21 +01:00
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](cdb5077c45
) 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](https://github.com/dotnet/runtime/pull/59323)
This commit is contained in:
parent
e5323759e3
commit
9c1792744c
@ -351,6 +351,7 @@ ASALocalRun/
|
||||
|
||||
# MSBuild Binary and Structured Log
|
||||
*.binlog
|
||||
MSBuild_Logs/
|
||||
|
||||
# NVidia Nsight GPU debugger configuration file
|
||||
*.nvuser
|
||||
|
Loading…
Reference in New Issue
Block a user