0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2024-11-21 15:04:33 -05:00

Exclude most files in v8/tools again (#192)

This commit is contained in:
Ryan Dahl 2020-01-05 11:05:23 -05:00 committed by Bert Belder
parent 78f3577c06
commit 0cad8f33a1
No known key found for this signature in database
GPG key ID: 7A77887B2E2ED461

View file

@ -35,30 +35,16 @@ exclude = [
"v8/docs/",
"v8/samples/",
"v8/test/",
"v8/tools/profviz",
"v8/tools/turbolizer",
"v8/tools/testrunner",
"v8/tools/release",
"v8/tools/grokdump.py",
"v8/tools/mb",
"v8/tools/unittests",
"v8/tools/gcmole",
"v8/tools/clusterfuzz",
"v8/tools/heap-stats",
"v8/tools/profview",
"v8/tools/debug_helper",
"v8/tools/callstats.html",
"v8/tools/sanitizers",
"v8/tools/ignition",
"v8/third_party/wasm-api/",
"v8/tools/",
# These files are required for the build.
"!BUILD.gn",
"!test-torque.tq",
"!v8/tools/run.py",
"!v8/tools/testrunner/utils/dump_build_config.py",
"!tools/clang/scripts/update.py",
"!v8/test/torque/test-torque.tq",
"!v8/tools/gen-postmortem-metadata.py",
"!v8/tools/js2c.py",
"!tools/clang/scripts/update.py",
"!v8/tools/run.py",
"!v8/tools/snapshot/asm_to_inline_asm.py",
"!v8/tools/testrunner/utils/dump_build_config.py",
]
[dependencies]