From 17a3dcea90b9cf559ae1805a4984d92f934f897e Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Fri, 3 Apr 2020 00:05:22 +0200 Subject: [PATCH] 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 Reviewed-By: James M Snell --- test/abort/.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/abort/.gitignore diff --git a/test/abort/.gitignore b/test/abort/.gitignore new file mode 100644 index 00000000000000..bde1cf3ab9662b --- /dev/null +++ b/test/abort/.gitignore @@ -0,0 +1,7 @@ +.buildstamp +.docbuildstamp +Makefile +*.Makefile +*.mk +gyp-mac-tool +/*/build