* [PATCH liburing] .gitignore: Add poll-bench and send-zerocopy examples
@ 2022-07-26 9:49 Ammar Faizi
2022-07-26 12:59 ` Jens Axboe
0 siblings, 1 reply; 2+ messages in thread
From: Ammar Faizi @ 2022-07-26 9:49 UTC (permalink / raw)
To: Jens Axboe
Cc: Pavel Begunkov, io-uring Mailing List, GNU/Weeb Mailing List,
Ammar Faizi
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 <[email protected]>
Signed-off-by: Ammar Faizi <[email protected]>
---
.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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-07-26 12:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-26 9:49 [PATCH liburing] .gitignore: Add poll-bench and send-zerocopy examples Ammar Faizi
2022-07-26 12:59 ` Jens Axboe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox