From 1fb0e9436c865f68db2150ec3dcc25b503660324 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Thu, 4 Feb 2021 00:17:40 +0100 Subject: [PATCH] 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. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 6a1053a3..9c9bf077 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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/",