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:
Cihan Karadag
2026-07-05 15:53:40 -06:00
committed by Thomas Gleixner
parent 7148c0a02e
commit 2a98ffac77

View File

@@ -11,3 +11,5 @@ param_test_mm_cid_benchmark
param_test_mm_cid_compare_twice
syscall_errors_test
slice_test
legacy_check
check_optimized