[PATCH] selftests: ptrace: add set_syscall_info to .gitignore

Moon Hee Lee posted 1 patch 3 months, 2 weeks ago
tools/testing/selftests/ptrace/.gitignore | 1 +
1 file changed, 1 insertion(+)
[PATCH] selftests: ptrace: add set_syscall_info to .gitignore
Posted by Moon Hee Lee 3 months, 2 weeks ago
Add the set_syscall_info test binary to .gitignore to avoid tracking
build artifacts in the ptrace selftests directory.

Signed-off-by: Moon Hee Lee <moonhee.lee.ca@gmail.com>
---
 tools/testing/selftests/ptrace/.gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/testing/selftests/ptrace/.gitignore b/tools/testing/selftests/ptrace/.gitignore
index b7dde152e75a..f6be8efd57ea 100644
--- a/tools/testing/selftests/ptrace/.gitignore
+++ b/tools/testing/selftests/ptrace/.gitignore
@@ -3,3 +3,4 @@ get_syscall_info
 get_set_sud
 peeksiginfo
 vmaccess
+set_syscall_info
-- 
2.43.0
Re: [PATCH] selftests: ptrace: add set_syscall_info to .gitignore
Posted by Shuah Khan 3 months, 1 week ago
On 6/23/25 12:34, Moon Hee Lee wrote:
> Add the set_syscall_info test binary to .gitignore to avoid tracking
> build artifacts in the ptrace selftests directory.
> 
> Signed-off-by: Moon Hee Lee <moonhee.lee.ca@gmail.com>
> ---
>   tools/testing/selftests/ptrace/.gitignore | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/tools/testing/selftests/ptrace/.gitignore b/tools/testing/selftests/ptrace/.gitignore
> index b7dde152e75a..f6be8efd57ea 100644
> --- a/tools/testing/selftests/ptrace/.gitignore
> +++ b/tools/testing/selftests/ptrace/.gitignore
> @@ -3,3 +3,4 @@ get_syscall_info
>   get_set_sud
>   peeksiginfo
>   vmaccess
> +set_syscall_info

Applied to linux-kselftest next branch for 6.17-rc1

thanks,
-- Shuah