diff options
Diffstat (limited to 'deps/v8/.gitignore')
-rw-r--r-- | deps/v8/.gitignore | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/deps/v8/.gitignore b/deps/v8/.gitignore index f85d0d30b1..bcec3768f3 100644 --- a/deps/v8/.gitignore +++ b/deps/v8/.gitignore @@ -45,10 +45,10 @@ /src/inspector/build/closure-compiler /src/inspector/build/closure-compiler.tar.gz /test/benchmarks/data -/test/fuzzer/wasm -/test/fuzzer/wasm.tar.gz -/test/fuzzer/wasm_asmjs -/test/fuzzer/wasm_asmjs.tar.gz +/test/fuzzer/wasm_corpus +/test/fuzzer/wasm_corpus.tar.gz +/test/fuzzer/wasm_asmjs_corpus +/test/fuzzer/wasm_asmjs_corpus.tar.gz /test/mozilla/data /test/promises-aplus/promises-tests /test/promises-aplus/promises-tests.tar.gz @@ -57,6 +57,8 @@ /test/test262/data.tar /test/test262/harness /test/wasm-js +/test/wasm-spec-tests/tests +/test/wasm-spec-tests/tests.tar.gz /testing/gmock /testing/gtest/* !/testing/gtest/include |