mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 20:54:03 +02:00
selftests/rseq: Add missing test binaries to .gitignore
legacy_check and check_optimized are built by this Makefile via TEST_GEN_PROGS_EXTENDED but are not listed in .gitignore, causing them to show up as untracked files after a build. Signed-off-by: Cihan Karadag <cihan.cihan@gmail.com> Signed-off-by: Thomas Gleixner <tglx@kernel.org> Link: https://patch.msgid.link/20260705215346.1132764-1-cihan.cihan@gmail.com
This commit is contained in:
parent
7148c0a02e
commit
2a98ffac77
2
tools/testing/selftests/rseq/.gitignore
vendored
2
tools/testing/selftests/rseq/.gitignore
vendored
|
|
@ -11,3 +11,5 @@ param_test_mm_cid_benchmark
|
|||
param_test_mm_cid_compare_twice
|
||||
syscall_errors_test
|
||||
slice_test
|
||||
legacy_check
|
||||
check_optimized
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user