diff options
| author | Bharadwaj Raju <[email protected]> | 2025-02-10 16:10:57 +0000 |
|---|---|---|
| committer | Mickaël Salaün <[email protected]> | 2025-02-14 08:23:11 +0000 |
| commit | 78332fdb956f18accfbca5993b10c5ed69f00a2c (patch) | |
| tree | 8aad47902a6c26923d58078a8cdc7ff8cdafeecc | |
| parent | selftests/landlock: Test that MPTCP actions are not restricted (diff) | |
| download | kernel-78332fdb956f18accfbca5993b10c5ed69f00a2c.tar.gz kernel-78332fdb956f18accfbca5993b10c5ed69f00a2c.zip | |
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
[mic: Sort entries]
Signed-off-by: Mickaël Salaün <[email protected]>
| -rw-r--r-- | tools/testing/selftests/landlock/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/testing/selftests/landlock/.gitignore b/tools/testing/selftests/landlock/.gitignore index 470203a7cd73..335b2b1a3463 100644 --- a/tools/testing/selftests/landlock/.gitignore +++ b/tools/testing/selftests/landlock/.gitignore @@ -1,2 +1,4 @@ /*_test +/sandbox-and-launch /true +/wait-pipe |
