mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-12-24 08:09:16 -05:00
exclude more files from crate
This commit is contained in:
parent
7169bebed9
commit
ab28b354e0
1 changed files with 10 additions and 5 deletions
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
|
# 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.
|
# a lot of files that are not needed for the build.
|
||||||
"*.md",
|
"*.md",
|
||||||
"*.txt",
|
|
||||||
"*.settings",
|
"*.settings",
|
||||||
|
"*.txt",
|
||||||
"*OWNERS*",
|
"*OWNERS*",
|
||||||
"AUTHORS",
|
"AUTHORS",
|
||||||
"LICENSE*",
|
"LICENSE*",
|
||||||
|
@ -21,16 +21,21 @@ exclude = [
|
||||||
"build/android/",
|
"build/android/",
|
||||||
"build/chromeos/",
|
"build/chromeos/",
|
||||||
"build/fuchsia/",
|
"build/fuchsia/",
|
||||||
"buildtools/third_party/libc++/trunk/test/",
|
|
||||||
"buildtools/third_party/libc++abi/trunk/test/",
|
|
||||||
"buildtools/checkdeps/",
|
"buildtools/checkdeps/",
|
||||||
"buildtools/clang_format/",
|
"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/ChangeLog",
|
||||||
"v8/docs/",
|
|
||||||
"v8/benchmarks/",
|
"v8/benchmarks/",
|
||||||
|
"v8/docs/",
|
||||||
"v8/samples/",
|
"v8/samples/",
|
||||||
"v8/test/",
|
"v8/test/",
|
||||||
"v8/third_party/wasm-api",
|
"v8/third_party/wasm-api/",
|
||||||
"v8/tools/",
|
"v8/tools/",
|
||||||
# These files are required for the build.
|
# These files are required for the build.
|
||||||
"!BUILD.gn",
|
"!BUILD.gn",
|
||||||
|
|
Loading…
Reference in a new issue