mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
test: copy addons .gitignore to test/abort/
`cp test/addons/.gitignore test/abort/.gitignore`, because the new addon test in there leaves a build/ folder lying around and somebody is bound to use `git add .` earlier or later. Refs: https://github.com/nodejs/node/pull/31740 PR-URL: https://github.com/nodejs/node/pull/32624 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
parent
2fc038a447
commit
cf659c8690
7
test/abort/.gitignore
vendored
Normal file
7
test/abort/.gitignore
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
.buildstamp
|
||||
.docbuildstamp
|
||||
Makefile
|
||||
*.Makefile
|
||||
*.mk
|
||||
gyp-mac-tool
|
||||
/*/build
|
Loading…
Reference in New Issue
Block a user