From 25df3c10f4a54d04e0391d6b9673059f6a7918bd Mon Sep 17 00:00:00 2001 From: Refael Ackermann Date: Sat, 6 Apr 2019 14:22:45 -0400 Subject: build,win: put all compilation artifacts into `out` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add symlink from Release to out\Release for backward compat PR-URL: https://github.com/nodejs/node/pull/27149 Reviewed-By: Ben Noordhuis Reviewed-By: Richard Lau Reviewed-By: Tobias Nießen --- .gitignore | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 86664b4146..7e26394862 100644 --- a/.gitignore +++ b/.gitignore @@ -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 -- cgit v1.2.3