[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20250221.iehieChaoki1@digikod.net>
Date: Fri, 21 Feb 2025 17:11:30 +0100
From: Mickaël Salaün <mic@...ikod.net>
To: Bharadwaj Raju <bharadwaj.raju777@...il.com>
Cc: gnoack@...gle.com, shuah@...nel.org, skhan@...uxfoundation.org,
linux-security-module@...r.kernel.org, linux-kselftest@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-kernel-mentees@...ts.linux.dev
Subject: Re: [PATCH] selftests/landlock: add binaries to gitignore
On Mon, Feb 10, 2025 at 09:40:57PM +0530, Bharadwaj Raju wrote:
> Building the test creates binaries 'wait-pipe' and
> 'sandbox-and-launch' which need to be gitignore'd.
>
> Signed-off-by: Bharadwaj Raju <bharadwaj.raju777@...il.com>
Thanks!
> ---
> tools/testing/selftests/landlock/.gitignore | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/tools/testing/selftests/landlock/.gitignore b/tools/testing/selftests/landlock/.gitignore
> index 470203a7cd73..0566c50dfcad 100644
> --- a/tools/testing/selftests/landlock/.gitignore
> +++ b/tools/testing/selftests/landlock/.gitignore
> @@ -1,2 +1,4 @@
> /*_test
> /true
> +/wait-pipe
> +/sandbox-and-launch
> --
> 2.43.0
>
>
Powered by blists - more mailing lists