public inbox for [email protected]
 help / color / mirror / Atom feed
* [PATCH liburing v1] .gitignore: Add `test/drop-submit` to .gitignore
@ 2022-03-20  3:26 Haiyue Wang
  2022-03-20  4:09 ` Jens Axboe
  0 siblings, 1 reply; 2+ messages in thread
From: Haiyue Wang @ 2022-03-20  3:26 UTC (permalink / raw)
  To: io-uring; +Cc: axboe, Haiyue Wang

The commit c56200f72a01 forgot to add it to .gitignore when creating
this test.

Signed-off-by: Haiyue Wang <[email protected]>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 5e3b949..30119dd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -45,6 +45,7 @@
 /test/d77a67ed5f27-test
 /test/defer
 /test/double-poll-crash
+/test/drop-submit
 /test/eeed8b54e0df-test
 /test/empty-eownerdead
 /test/eventfd
-- 
2.35.1


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

end of thread, other threads:[~2022-03-20  4:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-20  3:26 [PATCH liburing v1] .gitignore: Add `test/drop-submit` to .gitignore Haiyue Wang
2022-03-20  4:09 ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox