1
0
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:
Jaxel Rojas 2022-09-17 09:20:22 -04:00 committed by GitHub
parent e5323759e3
commit 9c1792744c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -351,6 +351,7 @@ ASALocalRun/
# MSBuild Binary and Structured Log # MSBuild Binary and Structured Log
*.binlog *.binlog
MSBuild_Logs/
# NVidia Nsight GPU debugger configuration file # NVidia Nsight GPU debugger configuration file
*.nvuser *.nvuser