From 811be05b83a2740e20b3b0f9a5c5efb89961fefe Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Thu, 12 Mar 2020 07:21:54 -0400 Subject: [PATCH] Add Win32/ to gitginore list (#3308) Visual Studio .Net used Win32/ as one of the default output directories for C and C++ projects. Later, when 64-bit support was added to the toolchain (circa 2005), x64/ was used. The Gitignore files include x64/, but not Win32/. The commit adds support for both Win32/ and x64/. --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 44ae3e68..114a799a 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -23,6 +23,7 @@ mono_crash.* [Rr]eleases/ x64/ x86/ +[Ww][Ii][Nn]32/ [Aa][Rr][Mm]/ [Aa][Rr][Mm]64/ bld/