tools: remove unneeded .gitignore entries#26370
Conversation
.gitignore
Outdated
There was a problem hiding this comment.
What is the reasoning for removing this one? I wouldn't expect everyone to have this in their own .gitignore.
There was a problem hiding this comment.
IIUC they are all covered by
https://github.com/nodejs/node/blob/c45a9da926f8de50ae42be4e9cda52fe485435dc/.gitignore#L2
There was a problem hiding this comment.
IIUC they are all covered by
Line 2 in c45a9da
.*
It would be nice if that was included in the commit message for anyone glancing through the commit history.
There was a problem hiding this comment.
It would be nice if that was included in the commit message for anyone glancing through the commit history.
@richardlau I've updated the commit message to say:
Remove entries from `.gitignore` that are already covered by the generic
`.*` entry on line 2 of the .gitignore file.
.gitignore
Outdated
There was a problem hiding this comment.
IIUC they are all covered by
Line 2 in c45a9da
.*
It would be nice if that was included in the commit message for anyone glancing through the commit history.
Remove entries from `.gitignore` that are already covered by the generic `.*` entry on line 2 of the .gitignore file.
|
Landed in b97cd9b |
Remove entries from `.gitignore` that are already covered by the generic `.*` entry on line 2 of the .gitignore file. PR-URL: nodejs#26370 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Remove entries from `.gitignore` that are already covered by the generic `.*` entry on line 2 of the .gitignore file. PR-URL: #26370 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Remove entries from `.gitignore` that are already covered by the generic `.*` entry on line 2 of the .gitignore file. PR-URL: #26370 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes