diff mbox series

selftests/landlock: add binaries to gitignore

Message ID 20250210161101.6024-1-bharadwaj.raju777@gmail.com (mailing list archive)
State New
Headers show
Series selftests/landlock: add binaries to gitignore | expand

Commit Message

Bharadwaj Raju Feb. 10, 2025, 4:10 p.m. UTC
Building the test creates binaries 'wait-pipe' and
'sandbox-and-launch' which need to be gitignore'd.

Signed-off-by: Bharadwaj Raju <bharadwaj.raju777@gmail.com>
---
 tools/testing/selftests/landlock/.gitignore | 2 ++
 1 file changed, 2 insertions(+)

Comments

Mickaël Salaün Feb. 21, 2025, 4:11 p.m. UTC | #1
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@gmail.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
> 
>
diff mbox series

Patch

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