diff options
author | 2025-02-10 21:31:34 +0530 | |
---|---|---|
committer | 2025-03-04 08:51:17 -0700 | |
commit | 82ef781f24ac26f4aa71f02d7624c439ab8389a7 (patch) | |
tree | e1f384ced7c8d544893eff257499e66ae206ee96 | |
parent | selftests/ftrace: Use readelf to find entry point in uprobe test (diff) | |
download | wireguard-linux-82ef781f24ac26f4aa71f02d7624c439ab8389a7.tar.xz wireguard-linux-82ef781f24ac26f4aa71f02d7624c439ab8389a7.zip |
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 <bharadwaj.raju777@gmail.com>
Acked-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Signed-off-by: Shuah Khan <shuah@kernel.org>
-rw-r--r-- | tools/testing/selftests/ftrace/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |