summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorGerhard Stoebich <18708370+Flarna@users.noreply.github.com>2019-04-29 21:53:37 +0200
committerMichaƫl Zasso <targos@protonmail.com>2019-05-04 09:20:19 +0200
commit29e2793a87adcd041402f5921afff17436aa06ef (patch)
tree8f91d8aa257dcd4ac1beab334b5a1b4bad619e14 /.gitignore
parent0c9bc02b966a14e742b59e00bac4094cd4afa1c1 (diff)
downloadandroid-node-v8-29e2793a87adcd041402f5921afff17436aa06ef.tar.gz
android-node-v8-29e2793a87adcd041402f5921afff17436aa06ef.tar.bz2
android-node-v8-29e2793a87adcd041402f5921afff17436aa06ef.zip
tools: add Release and Debug symlinks to .gitignore
Seems at least some windows versions interpret symlinks not as folders therefore .gitignore needs some extra entries. PR-URL: https://github.com/nodejs/node/pull/27484 Refs: https://github.com/nodejs/node/pull/27149 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 9c0d4eedac..9250c4bae7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -42,8 +42,8 @@ coverage/
/out
# various stuff that VC++ produces/uses and is not in /out
-/Debug/
-/Release/
+/Debug
+/Release
!doc/blog/**
*.sln
!nodemsi.sln