diff mbox series

[liburing] .gitignore: Add poll-bench and send-zerocopy examples

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

Commit Message

Ammar Faizi July 26, 2022, 9:49 a.m. UTC
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

Comments

Jens Axboe July 26, 2022, 12:59 p.m. UTC | #1
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 mbox series

Patch

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