diff mbox series

[liburing,v1,1/2] .gitignore: Add `examples/reg-wait`

Message ID 20241106144545.6476-1-haiyuewa@163.com (mailing list archive)
State New
Headers show
Series [liburing,v1,1/2] .gitignore: Add `examples/reg-wait` | expand

Commit Message

Haiyue Wang Nov. 6, 2024, 2:45 p.m. UTC
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 <haiyuewa@163.com>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

Comments

Jens Axboe Nov. 6, 2024, 2:53 p.m. UTC | #1
On Wed, 06 Nov 2024 22:45:27 +0800, Haiyue Wang wrote:
> Add the built binary file name from the commit for clean git track:
> abe992c56178 ("examples/reg-wait: add registered wait example")
> 
> 

Applied, thanks!

[1/2] .gitignore: Add `examples/reg-wait`
      commit: f8375148e1a58f11b10030d1fa593aa369041b90
[2/2] .gitignore: Add compilation database file and directory
      commit: a27cad82c6c1ffb4a387967ff4b088509e10303f

Best regards,
diff mbox series

Patch

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