From ab28b354e0eb11f5cc43cec4ed0c6d6d8bfff213 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sat, 30 Nov 2019 08:41:31 -0800 Subject: [PATCH] exclude more files from crate --- Cargo.toml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6eae5928..a8422d00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,8 +12,8 @@ exclude = [ # To keep the package under the 10mb limit imposed by crates.io we exclude # a lot of files that are not needed for the build. "*.md", - "*.txt", "*.settings", + "*.txt", "*OWNERS*", "AUTHORS", "LICENSE*", @@ -21,16 +21,21 @@ exclude = [ "build/android/", "build/chromeos/", "build/fuchsia/", - "buildtools/third_party/libc++/trunk/test/", - "buildtools/third_party/libc++abi/trunk/test/", "buildtools/checkdeps/", "buildtools/clang_format/", + "buildtools/third_party/libc++/trunk/benchmarks/", + "buildtools/third_party/libc++/trunk/docs/", + "buildtools/third_party/libc++/trunk/lib/", + "buildtools/third_party/libc++/trunk/test/", + "buildtools/third_party/libc++/trunk/utils/", + "buildtools/third_party/libc++/trunk/www/", + "buildtools/third_party/libc++abi/trunk/test/", "v8/ChangeLog", - "v8/docs/", "v8/benchmarks/", + "v8/docs/", "v8/samples/", "v8/test/", - "v8/third_party/wasm-api", + "v8/third_party/wasm-api/", "v8/tools/", # These files are required for the build. "!BUILD.gn",