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@xxxxxxxxx> --- .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