mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-21 20:28:58 +00:00
exclude more files from crate
This commit is contained in:
parent
7169bebed9
commit
ab28b354e0
15
Cargo.toml
15
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",
|
||||
|
Loading…
Reference in New Issue
Block a user