Message ID | 20240227073213.1200023-1-haiyue.wang@intel.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [liburing,v1] .gitignore: Add the built binary `examples/proxy` | expand |
On Tue, 27 Feb 2024 15:32:09 +0800, Haiyue Wang wrote: > Add the missed built binary to make the git status clean. > > Applied, thanks! [1/1] .gitignore: Add the built binary `examples/proxy` commit: 1e8eae47d0cd9be0a51b95e1b0ca54f322f7e4f0 Best regards,
diff --git a/.gitignore b/.gitignore index d355c59..94966e7 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,7 @@ /examples/napi-busy-poll-server /examples/ucontext-cp /examples/poll-bench +/examples/proxy /examples/send-zerocopy /examples/rsrc-update-bench
Add the missed built binary to make the git status clean. Signed-off-by: Haiyue Wang <haiyue.wang@intel.com> --- .gitignore | 1 + 1 file changed, 1 insertion(+)