public inbox for [email protected]
 help / color / mirror / Atom feed
* [PATCH liburing v1 1/2] .gitignore: Add `examples/reg-wait`
@ 2024-11-06 14:45 Haiyue Wang
  2024-11-06 14:45 ` [PATCH liburing v1 2/2] .gitignore: Add compilation database file and directory Haiyue Wang
  2024-11-06 14:53 ` [PATCH liburing v1 1/2] .gitignore: Add `examples/reg-wait` Jens Axboe
  0 siblings, 2 replies; 3+ messages in thread
From: Haiyue Wang @ 2024-11-06 14:45 UTC (permalink / raw)
  To: io-uring; +Cc: Haiyue Wang

Add the built binary file name from the commit for clean git track:
abe992c56178 ("examples/reg-wait: add registered wait example")

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

diff --git a/.gitignore b/.gitignore
index 8edb52d..7bcc514 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,6 +27,7 @@
 /examples/send-zerocopy
 /examples/rsrc-update-bench
 /examples/kdigest
+/examples/reg-wait
 
 /test/*.t
 /test/*.dmesg
-- 
2.47.0


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

end of thread, other threads:[~2024-11-06 14:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-06 14:45 [PATCH liburing v1 1/2] .gitignore: Add `examples/reg-wait` Haiyue Wang
2024-11-06 14:45 ` [PATCH liburing v1 2/2] .gitignore: Add compilation database file and directory Haiyue Wang
2024-11-06 14:53 ` [PATCH liburing v1 1/2] .gitignore: Add `examples/reg-wait` Jens Axboe

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