Re: [PATCH] selftests/landlock: add binaries to gitignore
From: Mickaël Salaün <mic@digikod.net>
Date: 2025-02-21 16:11:33
Also in:
linux-kernel-mentees, linux-kselftest, lkml
From: Mickaël Salaün <mic@digikod.net>
Date: 2025-02-21 16:11:33
Also in:
linux-kernel-mentees, linux-kselftest, lkml
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 <redacted>
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