[tip: core/rseq] selftests/rseq: Add missing test binaries to .gitignore
From: tip-bot2 for Cihan Karadag
Date: Mon Jul 20 2026 - 14:49:56 EST
The following commit has been merged into the core/rseq branch of tip:
Commit-ID: 2a98ffac7733e77a178af7240f9fa9392ca45aad
Gitweb: https://git.kernel.org/tip/2a98ffac7733e77a178af7240f9fa9392ca45aad
Author: Cihan Karadag <cihan.cihan@xxxxxxxxx>
AuthorDate: Sun, 05 Jul 2026 15:53:40 -06:00
Committer: Thomas Gleixner <tglx@xxxxxxxxxx>
CommitterDate: Mon, 20 Jul 2026 20:43:30 +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@xxxxxxxxx>
Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxx>
Link: https://patch.msgid.link/20260705215346.1132764-1-cihan.cihan@xxxxxxxxx
---
tools/testing/selftests/rseq/.gitignore | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tools/testing/selftests/rseq/.gitignore b/tools/testing/selftests/rseq/.gitignore
index ec01d16..9b6eb6c 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