mirror of https://github.com/torvalds/linux.git
selftests: ptrace: add set_syscall_info to .gitignore
Add the set_syscall_info test binary to .gitignore to avoid tracking build artifacts in the ptrace selftests directory. Link: https://lkml.kernel.org/r/20250623183405.133434-2-moonhee.lee.ca@gmail.com Signed-off-by: Moon Hee Lee <moonhee.lee.ca@gmail.com> Cc: "Dmitry V. Levin" <ldv@strace.io> Cc: Oleg Nesterov <oleg@redhat.com> Cc: Shuah Khan <shuah@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
parent
d0118d7d20
commit
1f04e0e652
|
|
@ -3,3 +3,4 @@ get_syscall_info
|
|||
get_set_sud
|
||||
peeksiginfo
|
||||
vmaccess
|
||||
set_syscall_info
|
||||
|
|
|
|||
Loading…
Reference in New Issue