[tip: core/rseq] selftests/rseq: Add missing test binaries to .gitignore

tip-bot2 for Cihan Karadag posted 1 patch 4 days, 6 hours ago
tools/testing/selftests/rseq/.gitignore | 2 ++
1 file changed, 2 insertions(+)
[tip: core/rseq] selftests/rseq: Add missing test binaries to .gitignore
Posted by tip-bot2 for Cihan Karadag 4 days, 6 hours ago
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@gmail.com>
AuthorDate:    Sun, 05 Jul 2026 15:53:40 -06:00
Committer:     Thomas Gleixner <tglx@kernel.org>
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@gmail.com>
Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Link: https://patch.msgid.link/20260705215346.1132764-1-cihan.cihan@gmail.com
---
 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