[PATCH] selftests/ftrace: add 'poll' binary to gitignore

From: Bharadwaj Raju
Date: Mon Feb 10 2025 - 11:02:02 EST


When building this test, a binary file 'poll' is
generated and should be gitignore'd.

Signed-off-by: Bharadwaj Raju <bharadwaj.raju777@xxxxxxxxx>
---
tools/testing/selftests/ftrace/.gitignore | 1 +
1 file changed, 1 insertion(+)

diff --git a/tools/testing/selftests/ftrace/.gitignore b/tools/testing/selftests/ftrace/.gitignore
index 2659417cb2c7..4d7fcb828850 100644
--- a/tools/testing/selftests/ftrace/.gitignore
+++ b/tools/testing/selftests/ftrace/.gitignore
@@ -1,2 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only
logs
+poll
--
2.43.0