0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2024-12-24 08:09:16 -05:00

Revert "Use "include" to specify kept files (#559)" (#565)

This reverts commit e057d096fd.
This commit is contained in:
Bartek Iwańczuk 2020-12-28 12:07:22 +01:00 committed by GitHub
parent 25622e306a
commit f22a00e726
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,20 +36,17 @@ exclude = [
"v8/docs/",
"v8/samples/",
"v8/test/",
"v8/tools/"
]
include = [
"v8/tools/",
# These files are required for the build.
".gn",
"BUILD.gn",
"tools/clang/scripts/update.py",
"v8/test/torque/test-torque.tq",
"v8/tools/gen-postmortem-metadata.py",
"v8/tools/js2c.py",
"v8/tools/run.py",
"v8/tools/snapshot/asm_to_inline_asm.py",
"v8/tools/testrunner/utils/dump_build_config.py",
"!.gn",
"!BUILD.gn",
"!tools/clang/scripts/update.py",
"!v8/test/torque/test-torque.tq",
"!v8/tools/gen-postmortem-metadata.py",
"!v8/tools/js2c.py",
"!v8/tools/run.py",
"!v8/tools/snapshot/asm_to_inline_asm.py",
"!v8/tools/testrunner/utils/dump_build_config.py",
]
[dependencies]