Skip to content

Commit

Permalink
test: copy addons .gitignore to test/abort/
Browse files Browse the repository at this point in the history
`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>
  • Loading branch information
addaleax authored and targos committed Apr 11, 2020
1 parent 7ae8ce3 commit 17a3dce
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/abort/.gitignore
@@ -0,0 +1,7 @@
.buildstamp
.docbuildstamp
Makefile
*.Makefile
*.mk
gyp-mac-tool
/*/build

0 comments on commit 17a3dce

Please sign in to comment.