From: Bharadwaj Raju Date: Mon, 10 Feb 2025 16:01:34 +0000 (+0530) Subject: selftests/ftrace: add 'poll' binary to gitignore X-Git-Tag: v6.15-rc1~138^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=82ef781f24ac26f4aa71f02d7624c439ab8389a7;p=thirdparty%2Fkernel%2Flinux.git selftests/ftrace: add 'poll' binary to gitignore 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 Acked-by: Steven Rostedt (Google) Signed-off-by: Shuah Khan --- diff --git a/tools/testing/selftests/ftrace/.gitignore b/tools/testing/selftests/ftrace/.gitignore index 2659417cb2c71..4d7fcb8288508 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