public inbox for [email protected]
 help / color / mirror / Atom feed
* [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

* Re: [PATCH liburing] .gitignore: Add poll-bench and send-zerocopy examples
  2022-07-26  9:49 [PATCH liburing] .gitignore: Add poll-bench and send-zerocopy examples Ammar Faizi
@ 2022-07-26 12:59 ` Jens Axboe
  0 siblings, 0 replies; 2+ messages in thread
From: Jens Axboe @ 2022-07-26 12:59 UTC (permalink / raw)
  To: ammarfaizi2; +Cc: asml.silence, gwml, io-uring

On Tue, 26 Jul 2022 16:49:08 +0700, Ammar Faizi wrote:
> 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.
> 
> 

Applied, thanks!

[1/1] .gitignore: Add poll-bench and send-zerocopy examples
      commit: f0f95d7296eeee9ca6b403cf68faf3b7cd59aa0b

Best regards,
-- 
Jens Axboe



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-26 13:00 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