[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20250210160138.4745-1-bharadwaj.raju777@gmail.com>
Date: Mon, 10 Feb 2025 21:31:34 +0530
From: Bharadwaj Raju <bharadwaj.raju777@...il.com>
To: rostedt@...dmis.org
Cc: Bharadwaj Raju <bharadwaj.raju777@...il.com>,
mhiramat@...nel.org,
mathieu.desnoyers@...icios.com,
shuah@...nel.org,
skhan@...uxfoundation.org,
linux-trace-kernel@...r.kernel.org,
linux-kselftest@...r.kernel.org,
linux-kernel@...r.kernel.org,
linux-kernel-mentees@...ts.linux.dev
Subject: [PATCH] selftests/ftrace: add 'poll' binary to gitignore
When building this test, a binary file 'poll' is
generated and should be gitignore'd.
Signed-off-by: Bharadwaj Raju <bharadwaj.raju777@...il.com>
---
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
Powered by blists - more mailing lists