Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRefael Ackermann <refack@gmail.com>2019-04-06 21:22:45 +0300
committerRefael Ackermann <refack@gmail.com>2019-04-12 21:12:40 +0300
commit25df3c10f4a54d04e0391d6b9673059f6a7918bd (patch)
tree0121301f5a77d3e833f728544c55e2f4f3c41988 /.gitignore
parent7b854959e79a1ae4cb325123ba118b83a619aaea (diff)
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>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore10
1 files changed, 3 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore
index 86664b41461..7e263948622 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