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 |
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>
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 --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
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(+)