From: Andrii Nakryiko Date: Wed, 29 Apr 2020 01:21:11 +0000 (-0700) Subject: selftests/bpf: Add runqslower binary to .gitignore X-Git-Tag: v5.7.5~249 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=39ec1ed28bd103c7b035eea52fba7c503c91fb09;p=users%2Fdwmw2%2Flinux.git selftests/bpf: Add runqslower binary to .gitignore [ Upstream commit e4e8f4d047fdcf7ac7d944e266e85d8041f16cd6 ] 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 Signed-off-by: Alexei Starovoitov Cc: Veronika Kabatova Link: https://lore.kernel.org/bpf/20200429012111.277390-12-andriin@fb.com Signed-off-by: Sasha Levin --- diff --git a/tools/testing/selftests/bpf/.gitignore b/tools/testing/selftests/bpf/.gitignore index c30079c869989..35a577ca02267 100644 --- a/tools/testing/selftests/bpf/.gitignore +++ b/tools/testing/selftests/bpf/.gitignore @@ -39,4 +39,4 @@ test_cpp /no_alu32 /bpf_gcc /tools - +/runqslower