build,win: put all compilation artifacts into out

* Add symlink from Release to out\Release for backward compat

PR-URL: https://github.com/nodejs/node/pull/27149
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
This commit is contained in:
Refael Ackermann
2019-04-06 14:22:45 -04:00
parent 7b854959e7
commit 25df3c10f4
6 changed files with 51 additions and 36 deletions

10
.gitignore vendored
View File

@@ -41,23 +41,19 @@ coverage/
/out
# various stuff that VC++ produces/uses
Debug/
!**/node_modules/debug/
Release/
!**/node_modules/**/release
# various stuff that VC++ produces/uses and is not in /out
/Debug/
/Release/
!doc/blog/**
*.sln
!nodemsi.sln
*.suo
*.vcproj
*.vcxproj
!custom_actions.vcxproj
*.vcxproj.user
*.vcxproj.filters
UpgradeLog*.XML
_UpgradeReport_Files/
ipch/
*.sdf
*.opensdf
*.VC.db