diff options
author | Andrew Clayton <a.clayton@nginx.com> | 2024-09-06 03:13:38 +0100 |
---|---|---|
committer | Andrew Clayton <a.clayton@nginx.com> | 2024-09-06 03:13:38 +0100 |
commit | 008f8b229e8e8d016d47c5b3cbf9b04324f03351 (patch) | |
tree | 93bdfc05876e899beb8be012eaaa38bcc3ac4c7d /c/wasi-http/.gitignore | |
parent | 8c83f5cc5aae007ffab5fc53e1e7db2298f6b7f6 (diff) | |
download | project_blackbird-008f8b229e8e8d016d47c5b3cbf9b04324f03351.tar.gz project_blackbird-008f8b229e8e8d016d47c5b3cbf9b04324f03351.tar.bz2 |
w-h: Include the wasi-http 0.2.0 WIT files
To make life a little easier for *others* include the wasi-http 0.2.0
WIT files.
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to 'c/wasi-http/.gitignore')
-rw-r--r-- | c/wasi-http/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/c/wasi-http/.gitignore b/c/wasi-http/.gitignore index a9897e6..f3a2dbb 100644 --- a/c/wasi-http/.gitignore +++ b/c/wasi-http/.gitignore @@ -1,4 +1,5 @@ proxy* +!wit/**/proxy* module.wasm component.wasm |