diff options
author | Andrii Nakryiko <andriin@fb.com> | 2020-04-29 03:21:11 +0200 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2020-04-29 04:48:05 +0200 |
commit | e4e8f4d047fdcf7ac7d944e266e85d8041f16cd6 (patch) | |
tree | 601fc375ee4e37badeb290d7af73c9b3870ebe15 /tools/testing/selftests/bpf/.gitignore | |
parent | selftests/bpf: Fix bpf_link leak in ns_current_pid_tgid selftest (diff) | |
download | linux-e4e8f4d047fdcf7ac7d944e266e85d8041f16cd6.tar.xz linux-e4e8f4d047fdcf7ac7d944e266e85d8041f16cd6.zip |
selftests/bpf: Add runqslower binary to .gitignore
With recent changes, runqslower is being copied into selftests/bpf root
directory. So add it into .gitignore.
Fixes: b26d1e2b6028 ("selftests/bpf: Copy runqslower to OUTPUT directory")
Signed-off-by: Andrii Nakryiko <andriin@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Cc: Veronika Kabatova <vkabatov@redhat.com>
Link: https://lore.kernel.org/bpf/20200429012111.277390-12-andriin@fb.com
Diffstat (limited to 'tools/testing/selftests/bpf/.gitignore')
-rw-r--r-- | tools/testing/selftests/bpf/.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/bpf/.gitignore b/tools/testing/selftests/bpf/.gitignore index 16b9774d8b68..3ff031972975 100644 --- a/tools/testing/selftests/bpf/.gitignore +++ b/tools/testing/selftests/bpf/.gitignore @@ -37,4 +37,4 @@ test_cpp /no_alu32 /bpf_gcc /tools - +/runqslower |