summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorRefael Ackermann <refack@gmail.com>2019-04-06 14:22:45 -0400
committerRefael Ackermann <refack@gmail.com>2019-04-12 14:12:40 -0400
commit25df3c10f4a54d04e0391d6b9673059f6a7918bd (patch)
tree0121301f5a77d3e833f728544c55e2f4f3c41988 /.gitignore
parent7b854959e79a1ae4cb325123ba118b83a619aaea (diff)
downloadandroid-node-v8-25df3c10f4a54d04e0391d6b9673059f6a7918bd.tar.gz
android-node-v8-25df3c10f4a54d04e0391d6b9673059f6a7918bd.tar.bz2
android-node-v8-25df3c10f4a54d04e0391d6b9673059f6a7918bd.zip
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 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