From 6e065a3f3739436b7701f6eddbf344c07bf4d3f3 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 --- 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