[PATCH] selftests: tty: add tty_tiocsti_test to .gitignore
From: Gopi Krishna Menon
Date: Fri Oct 24 2025 - 12:24:04 EST
Add the tty_tiocsti_test binary to .gitignore to avoid accidentally
staging the build artifact.
Signed-off-by: Gopi Krishna Menon <krishnagopi487@xxxxxxxxx>
---
tools/testing/selftests/tty/.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/testing/selftests/tty/.gitignore b/tools/testing/selftests/tty/.gitignore
index fe70462a4aad..2453685d2493 100644
--- a/tools/testing/selftests/tty/.gitignore
+++ b/tools/testing/selftests/tty/.gitignore
@@ -1,2 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only
+tty_tiocsti_test
tty_tstamp_update
--
2.43.0