Skip to content

Commit 29e2793

Browse files
Flarnatargos
authored andcommitted
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: #27484 Refs: #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]>
1 parent 0c9bc02 commit 29e2793

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ coverage/
4242
/out
4343

4444
# various stuff that VC++ produces/uses and is not in /out
45-
/Debug/
46-
/Release/
45+
/Debug
46+
/Release
4747
!doc/blog/**
4848
*.sln
4949
!nodemsi.sln

0 commit comments

Comments
 (0)