Skip to content

Commit 7f586c0

Browse files
committedMar 9, 2016
build: don't install github templates
Avoid putting github templates in the source tarballs. PR-URL: #5612 Reviewed-By: Rod Vagg <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent a9c2791 commit 7f586c0

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
@@ -432,6 +432,7 @@ $(TARBALL): release-only $(NODE_EXE) doc
432432
rm -rf $(TARNAME)/deps/uv/{docs,samples,test}
433433
rm -rf $(TARNAME)/deps/openssl/{doc,demos,test}
434434
rm -rf $(TARNAME)/deps/zlib/contrib # too big, unused
435+
rm -rf $(TARNAME)/.github # github issue templates
435436
find $(TARNAME)/ -type l | xargs rm # annoying on windows
436437
tar -cf $(TARNAME).tar $(TARNAME)
437438
rm -rf $(TARNAME)

0 commit comments

Comments
 (0)