diff mbox series

[liburing,v1] .gitignore: Add `examples/rsrc-update-bench`

Message ID 20230504053835.118208-1-haiyue.wang@intel.com (mailing list archive)
State New
Headers show
Series [liburing,v1] .gitignore: Add `examples/rsrc-update-bench` | expand

Commit Message

Wang, Haiyue May 4, 2023, 5:38 a.m. UTC
The commit c0940508607f ("examples: add rsrc update benchmark") didn't
add the built example binary into `.gitignore` file.

Signed-off-by: Haiyue Wang <haiyue.wang@intel.com>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

Comments

Ammar Faizi May 4, 2023, 5:51 a.m. UTC | #1
On Thu, May 04, 2023 at 01:38:35PM +0800, Haiyue Wang wrote:
> The commit c0940508607f ("examples: add rsrc update benchmark") didn't
> add the built example binary into `.gitignore` file.
> 
> Signed-off-by: Haiyue Wang <haiyue.wang@intel.com>

Reviewed-by: Ammar Faizi <ammarfaizi2@gnuweeb.org>
Jens Axboe May 4, 2023, 5:54 p.m. UTC | #2
On Thu, 04 May 2023 13:38:35 +0800, Haiyue Wang wrote:
> The commit c0940508607f ("examples: add rsrc update benchmark") didn't
> add the built example binary into `.gitignore` file.
> 
> 

Applied, thanks!

[1/1] .gitignore: Add `examples/rsrc-update-bench`
      commit: 9b56e492fca8465a45676c598509e8ae0a5dc56e

Best regards,
diff mbox series

Patch

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