Skip to content

Commit

Permalink
tools: add Release and Debug symlinks to .gitignore
Browse files Browse the repository at this point in the history
Seems at least some windows versions interpret symlinks not as folders
therefore .gitignore needs some extra entries.

PR-URL: nodejs#27484
Refs: nodejs#27149
Reviewed-By: Refael Ackermann <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: Ruben Bridgewater <[email protected]>
  • Loading branch information
Flarna authored and Trott committed May 2, 2019
1 parent 58ba952 commit ee3b4fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ee3b4fd

Please sign in to comment.