[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20250210161101.6024-1-bharadwaj.raju777@gmail.com>
Date: Mon, 10 Feb 2025 21:40:57 +0530
From: Bharadwaj Raju <bharadwaj.raju777@...il.com>
To: mic@...ikod.net
Cc: Bharadwaj Raju <bharadwaj.raju777@...il.com>,
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: [PATCH] selftests/landlock: add binaries to gitignore
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>
---
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