Skip to content

Commit

Permalink
Add Win32/ to gitginore list (github#3308)
Browse files Browse the repository at this point in the history
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/.
  • Loading branch information
noloader authored Mar 12, 2020
1 parent c022baa commit 811be05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions VisualStudio.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ mono_crash.*
[Rr]eleases/
x64/
x86/
[Ww][Ii][Nn]32/
[Aa][Rr][Mm]/
[Aa][Rr][Mm]64/
bld/
Expand Down

0 comments on commit 811be05

Please sign in to comment.