Skip to content
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

Closed
wants to merge 2 commits into from
Closed

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

wants to merge 2 commits into from

Conversation

Flarna
Copy link
Member

@Flarna Flarna commented Apr 29, 2019

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-bot nodejs-github-bot added the meta Issues and PRs related to the general management of the project. label Apr 29, 2019
@refack
Copy link
Contributor

refack commented Apr 29, 2019

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
Contributor

refack commented Apr 29, 2019

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

@Flarna
Copy link
Member Author

Flarna commented Apr 29, 2019

I use

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

@refack
Copy link
Contributor

refack commented Apr 29, 2019

  • 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
Member Author

Flarna commented Apr 29, 2019

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.

@Trott Trott 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
Collaborator

@Trott
Copy link
Member

Trott commented May 2, 2019

Landed in ee3b4fd

@Trott Trott 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>
@targos targos mentioned this pull request May 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready PRs that have at least one approval, no pending requests for changes, and a CI started. meta Issues 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