Message ID | 20220726094908.226477-1-ammarfaizi2@gnuweeb.org (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [liburing] .gitignore: Add poll-bench and send-zerocopy examples | expand |
On Tue, 26 Jul 2022 16:49:08 +0700, Ammar Faizi wrote: > Previous commits add poll-bench and send-zerocopy examples but forgot > to add the compiled files to .gitignore. Add them to .gitignore to > make "git status" clean after build. > > Applied, thanks! [1/1] .gitignore: Add poll-bench and send-zerocopy examples commit: f0f95d7296eeee9ca6b403cf68faf3b7cd59aa0b Best regards,
diff --git a/.gitignore b/.gitignore index b5acffd..4b63a91 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,8 @@ /examples/io_uring-test /examples/link-cp /examples/ucontext-cp +/examples/poll-bench +/examples/send-zerocopy /test/*.t /test/*.dmesg
Previous commits add poll-bench and send-zerocopy examples but forgot to add the compiled files to .gitignore. Add them to .gitignore to make "git status" clean after build. Cc: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Ammar Faizi <ammarfaizi2@gnuweeb.org> --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) base-commit: 30a20795d7e4f300c606c6a2aa0a4c9492882d1d