Skip to content

Commit 8956432

Browse files
mscdexFishrock123
authored andcommitted
build: exclude tap files from tarballs
PR-URL: #6348 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Minwoo Jung <[email protected]> Reviewed-By: Johan Bergström <[email protected]> Reviewed-By: Jeremiah Senkpiel <[email protected]>
1 parent 7b9ae70 commit 8956432

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,7 @@ $(TARBALL): release-only $(NODE_EXE) doc
455455
rm -rf $(TARNAME)/.{editorconfig,git*,mailmap}
456456
rm -rf $(TARNAME)/tools/{eslint,eslint-rules,osx-pkg.pmdoc,pkgsrc}
457457
rm -rf $(TARNAME)/tools/{osx-*,license-builder.sh,cpplint.py}
458+
rm -rf $(TARNAME)/test*.tap
458459
find $(TARNAME)/ -name ".eslint*" -maxdepth 2 | xargs rm
459460
find $(TARNAME)/ -type l | xargs rm # annoying on windows
460461
tar -cf $(TARNAME).tar $(TARNAME)

0 commit comments

Comments
 (0)