From 72497647e439f76c5b6ff0d234e90fd26dadaeda Mon Sep 17 00:00:00 2001 From: Adeel Mujahid <3840695+am11@users.noreply.github.com> Date: Mon, 20 Sep 2021 20:46:34 +0300 Subject: [PATCH] Ignore MSBuild_Logs/ directory (#59323) This is a new directory used by msbuild for logging since https://github.com/dotnet/msbuild/commit/cdb5077c451180ab38161e0b5e70f5448e70355b. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 58f85ad15086..598817679902 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,7 @@ artifacts/ bld/ [Bb]in/ [Oo]bj/ +MSBuild_Logs/ msbuild.log msbuild.err msbuild.wrn