From 6e329916a2f9691ed83b2d21701702602f0a18d5 Mon Sep 17 00:00:00 2001 From: Sam Harwell Date: Fri, 19 Jul 2024 09:53:14 -0500 Subject: [PATCH] Ignore MSBuild_Logs folder This folder is used for build logs produced when environment variable MSBuildDebugEngine=1. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index bf020ffa52ad3..496f18e070dfe 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,7 @@ .packages/ .nuget/ .complog/ +/MSBuild_Logs/ # Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets !packages/*/build/