]> source.dussan.org Git - gitignore.git/commit
Add Win32/ to gitginore list (#3308)
authorJeffrey Walton <noloader@gmail.com>
Thu, 12 Mar 2020 11:21:54 +0000 (07:21 -0400)
committerGitHub <noreply@github.com>
Thu, 12 Mar 2020 11:21:54 +0000 (08:21 -0300)
commit811be05b83a2740e20b3b0f9a5c5efb89961fefe
treeb2a948ca76c2c520199ffab4f8366b8247f5e25f
parentc022baa5052bff5fa7d83c79310871b9e085f991
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