This PR makes git to ignore only auto-generated .vcxproj files, i.e.:
https://github.com/bitcoin/bitcoin/blob/4c2578706c70148fc001f42a0918a2fb10252b43/build_msvc/msvc-autogen.py#L14-L25
Fix #17287
This PR makes git to ignore only auto-generated .vcxproj files, i.e.:
https://github.com/bitcoin/bitcoin/blob/4c2578706c70148fc001f42a0918a2fb10252b43/build_msvc/msvc-autogen.py#L14-L25
Fix #17287
This commit prevents ignoring the build_msvc/bitcoin-qt directory.
ACK dcb7af053da8f4ce479db7e776802cea26e84434.
Hooray, as a non-Windows dev who tripped over this when making a change that impacted the Windows build, thanks.