diff options
| author | Divy Srivastava <dj.srivastava23@gmail.com> | 2023-04-26 17:55:48 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-26 17:55:48 +0530 |
| commit | 036778c2e8e159ef1e586de4102f823367b7c554 (patch) | |
| tree | ea512d0f475262ab2b83da3c1c4cf62a2908d2dc /.gitignore | |
| parent | fbefceeb56ebde276fe2fe9e5bcb7ebbcdc9ab22 (diff) | |
chore(ext/websocket): Add autobahn|testsuite fuzzingclient (#18846)
Closes #17242
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6f806b143..a8738ea41 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,5 @@ gclient_config.py_entries # WPT generated cert files /tools/wpt/certs/index.txt* /tools/wpt/certs/serial* + +/ext/websocket/autobahn/reports |
