Skip to content

tools: add Release and Debug symlinks to .gitignore - #27484

Closed
Flarna wants to merge 2 commits into
nodejs:masterfrom
Flarna:fix_gitignore
Closed

tools: add Release and Debug symlinks to .gitignore#27484
Flarna wants to merge 2 commits into
nodejs:masterfrom
Flarna:fix_gitignore

Conversation

@Flarna

Copy link
Copy Markdown
Member

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

Seems at least some windows versions interpret symlinks not as folders
therefore .gitignore needs some extra entries.
@nodejs-github-botnodejs-github-bot added the meta Issues and PRs related to the general management of the project. label Apr 29, 2019
@refack

Copy link
Copy Markdown
Contributor

It seems like it might be right, but probably should come instead of the lines above it (the ones that doesn't end with /). No need for both /foo/ and /foo

@refack

Copy link
Copy Markdown
Contributor

P.S. @Flarna could you elaborate on your set up (Windows version? Git version? are you using git bash?)

@Flarna

Copy link
Copy Markdown
MemberAuthor

I use

  • Windows 10 build 1809
  • git version 2.21.0.windows.1
  • and the good old still builtin cmd shell

@refack

Copy link
Copy Markdown
Contributor
  • Windows 10 build 1809
  • git version 2.21.0.windows.1
  • and the good old still builtin cmd shell

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)...

@Flarna

Copy link
Copy Markdown
MemberAuthor

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.

@TrottTrott added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label May 2, 2019
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@Trott

Trott commented May 2, 2019

Copy link
Copy Markdown
Member

Landed in ee3b4fd

@TrottTrott closed this May 2, 2019
Trott pushed a commit to Trott/io.js that referenced this pull request May 2, 2019
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>
@Flarna
Flarna deleted the fix_gitignore branch May 2, 2019 15:59
targos pushed a commit that referenced this pull request May 4, 2019
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>
@targostargos mentioned this pull request May 6, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.metaIssues and PRs related to the general management of the project.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@Flarna@refack@nodejs-github-bot@Trott@addaleax@BridgeAR