mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-30 13:23:02 -04: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:
committed by
Thomas Gleixner
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
|
||||
|
||||
Reference in New Issue
Block a user