diff options
author | Gerhard Stoebich <18708370+Flarna@users.noreply.github.com> | 2019-04-29 21:53:37 +0200 |
---|---|---|
committer | Rich Trott <rtrott@gmail.com> | 2019-05-02 07:55:40 -0700 |
commit | ee3b4fd5b27d71345e9e3dcb5b1de2b6d1f91fbf (patch) | |
tree | c18a14cd6741406a7c0ed92821505015dcd9c4ac /.gitignore | |
parent | 58ba9527dc5fd3343f719b11a4cef73d23215253 (diff) | |
download | node-new-ee3b4fd5b27d71345e9e3dcb5b1de2b6d1f91fbf.tar.gz |
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-- | .gitignore | 4 |
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 |