0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2024-11-25 15:29:43 -05:00

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

This commit is contained in:
Avindra Goolcharan 2020-12-25 04:15:35 -05:00 committed by GitHub
parent 756388c140
commit e057d096fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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