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: #27484
Refs: #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>
  • Loading branch information
Flarna authored and targos committed May 4, 2019
1 parent 0c9bc02 commit 29e2793
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 29e2793

Please sign in to comment.