From: Bharadwaj Raju Date: Mon, 10 Feb 2025 16:10:57 +0000 (+0530) Subject: selftests/landlock: Add binaries to .gitignore X-Git-Tag: v6.14-rc5~30^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=78332fdb956f18accfbca5993b10c5ed69f00a2c;p=thirdparty%2Fkernel%2Flinux.git 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 Link: https://lore.kernel.org/r/20250210161101.6024-1-bharadwaj.raju777@gmail.com [mic: Sort entries] Signed-off-by: Mickaël Salaün --- diff --git a/tools/testing/selftests/landlock/.gitignore b/tools/testing/selftests/landlock/.gitignore index 470203a7cd737..335b2b1a3463a 100644 --- a/tools/testing/selftests/landlock/.gitignore +++ b/tools/testing/selftests/landlock/.gitignore @@ -1,2 +1,4 @@ /*_test +/sandbox-and-launch /true +/wait-pipe