-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tools: add Release and Debug symlinks to .gitignore #27484
Conversation
Seems at least some windows versions interpret symlinks not as folders therefore .gitignore needs some extra entries.
It seems like it might be right, but probably should come instead of the lines above it (the ones that doesn't end with |
P.S. @Flarna could you elaborate on your set up (Windows version? Git version? are you using git bash?) |
I use
|
Strange, it's quite slimier to mine, except I'm on the skip ahead so I'm on build 18885 (a.k.a post-1903 / 20H1)... |
Maybe I enabled some debug setting or so to allow NTFS symlinks some time ago; but if I did I can't remember which one. |
Landed in ee3b4fd |
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 <refack@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
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>
Seems at least some windows versions interpret symlinks not as folders
therefore .gitignore needs some extra entries.
@refack I think this is related to your PR
Refs: #27149
Checklist