Skip to content

Commit

Permalink
selftests/ftrace: add 'poll' binary to gitignore
Browse files Browse the repository at this point in the history
When building this test, a binary file 'poll' is
generated and should be gitignore'd.

Link: https://lore.kernel.org/r/20250210160138.4745-1-bharadwaj.raju777@gmail.com
Signed-off-by: Bharadwaj Raju <bharadwaj.raju777@gmail.com>
Acked-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Signed-off-by: Shuah Khan <shuah@kernel.org>
  • Loading branch information
Bharadwaj Raju authored and Shuah Khan committed Mar 4, 2025
1 parent dc4b165 commit 82ef781
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/testing/selftests/ftrace/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only
logs
poll

0 comments on commit 82ef781

Please sign in to comment.