0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2024-12-23 15:50:11 -05:00

Exclude tools/clang from publish (#593)

The only file that is actually needed is tools/clang/scripts/update.py
and that's already explicitly excluded from the exclude list.

Shrinks the (unpacked) crate size by 2.4 MB.
This commit is contained in:
Ben Noordhuis 2021-02-04 00:17:40 +01:00 committed by GitHub
parent f218b4cc58
commit 1fb0e9436c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,6 +31,7 @@ exclude = [
"buildtools/third_party/libc++/trunk/utils/",
"buildtools/third_party/libc++/trunk/www/",
"buildtools/third_party/libc++abi/trunk/test/",
"tools/clang",
"v8/ChangeLog",
"v8/benchmarks/",
"v8/docs/",