diff options
| author | Luca Casonato <hello@lcas.dev> | 2021-06-14 20:57:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-14 20:57:02 +0200 |
| commit | f48d66b2b01fef0f16beb35a66f1b4d5771e3b6e (patch) | |
| tree | 5fb5bb0fe19c6465c49e00d783c12b6755bd1d52 /.gitignore | |
| parent | c651757fb7a1f6cec94c3857973d3316129bccb8 (diff) | |
tests: fix wpt epoch ci job (#10960)
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 0ab773c15..31a004939 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,7 @@ cli/tests/.test_coverage/ # Flamegraphs /flamebench*.svg /flamegraph*.svg + +# WPT generated cert files +/tools/wpt/certs/index.txt* +/tools/wpt/certs/serial* |
