summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCihan Karadag <cihan.cihan@gmail.com>2026-07-05 15:53:40 -0600
committerThomas Gleixner <tglx@kernel.org>2026-07-20 20:43:30 +0200
commit2a98ffac7733e77a178af7240f9fa9392ca45aad (patch)
tree3d897bb8c77202785b6509eb2778d95eea23dd0d
parent7148c0a02e09994cfede32bf0b63f3ef9724f6f5 (diff)
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
-rw-r--r--tools/testing/selftests/rseq/.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/testing/selftests/rseq/.gitignore b/tools/testing/selftests/rseq/.gitignore
index ec01d164c1f0..9b6eb6c3922f 100644
--- a/tools/testing/selftests/rseq/.gitignore
+++ b/tools/testing/selftests/rseq/.gitignore
@@ -11,3 +11,5 @@ param_test_mm_cid_benchmark
param_test_mm_cid_compare_twice
syscall_errors_test
slice_test
+legacy_check
+check_optimized