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",