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:
parent
f218b4cc58
commit
1fb0e9436c
1 changed files with 1 additions and 0 deletions
|
@ -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/",
|
||||
|
|
Loading…
Reference in a new issue