2020-03-25 08:35:04

by Stefano Garzarella

[permalink] [raw]
Subject: [PATCH liburing] Add test/splice to .gitignore

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

diff --git a/.gitignore b/.gitignore
index 9f85a5f..db163b4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -74,6 +74,7 @@
/test/shared-wq
/test/short-read
/test/socket-rw
+/test/splice
/test/sq-full
/test/sq-poll-kthread
/test/sq-space_left
--
2.25.1


2020-03-25 14:42:39

by Jens Axboe

[permalink] [raw]
Subject: Re: [PATCH liburing] Add test/splice to .gitignore

On 3/25/20 2:33 AM, Stefano Garzarella wrote:
> Signed-off-by: Stefano Garzarella <[email protected]>
> ---
> .gitignore | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/.gitignore b/.gitignore
> index 9f85a5f..db163b4 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -74,6 +74,7 @@
> /test/shared-wq
> /test/short-read
> /test/socket-rw
> +/test/splice
> /test/sq-full
> /test/sq-poll-kthread
> /test/sq-space_left

Applied, thanks.

--
Jens Axboe