public inbox for [email protected]
 help / color / mirror / Atom feed
* [PATCH liburing v1] .gitignore: Add `examples/rsrc-update-bench`
@ 2023-05-04  5:38 Haiyue Wang
  2023-05-04  5:51 ` Ammar Faizi
  2023-05-04 17:54 ` Jens Axboe
  0 siblings, 2 replies; 3+ messages in thread
From: Haiyue Wang @ 2023-05-04  5:38 UTC (permalink / raw)
  To: io-uring; +Cc: axboe, Haiyue Wang

The commit c0940508607f ("examples: add rsrc update benchmark") didn't
add the built example binary into `.gitignore` file.

Signed-off-by: Haiyue Wang <[email protected]>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index bfb2224..69ec296 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,6 +22,7 @@
 /examples/ucontext-cp
 /examples/poll-bench
 /examples/send-zerocopy
+/examples/rsrc-update-bench
 
 /test/*.t
 /test/*.dmesg
-- 
2.40.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-05-04 17:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-04  5:38 [PATCH liburing v1] .gitignore: Add `examples/rsrc-update-bench` Haiyue Wang
2023-05-04  5:51 ` Ammar Faizi
2023-05-04 17:54 ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox