Previous commits add poll-bench and send-zerocopy examples but forgot to add the compiled files to .gitignore. Add them to .gitignore to make "git status" clean after build. Cc: Pavel Begunkov <asml.silence@xxxxxxxxx> Signed-off-by: Ammar Faizi <ammarfaizi2@xxxxxxxxxxx> --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index b5acffd..4b63a91 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,8 @@ /examples/io_uring-test /examples/link-cp /examples/ucontext-cp +/examples/poll-bench +/examples/send-zerocopy /test/*.t /test/*.dmesg base-commit: 30a20795d7e4f300c606c6a2aa0a4c9492882d1d -- Ammar Faizi