Skip to content

Commit 90a5b9d

Browse files
addaleaxtargos
authored andcommittedApr 22, 2020
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: #31740 PR-URL: #32624 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 2e31ac9 commit 90a5b9d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎test/abort/.gitignore

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.buildstamp
2+
.docbuildstamp
3+
Makefile
4+
*.Makefile
5+
*.mk
6+
gyp-mac-tool
7+
/*/build

0 commit comments

Comments
 (0)
Please sign in to comment.