diff mbox series

[v2,bpf-next,11/11] selftests/bpf: add runqslower binary to .gitignore

Message ID 20200429012111.277390-12-andriin@fb.com
State Accepted
Delegated to: BPF Maintainers
Headers show
Series Fix libbpf and selftest issues detected by ASAN | expand

Commit Message

Andrii Nakryiko April 29, 2020, 1:21 a.m. UTC
With recent changes, runqslower is being copied into selftests/bpf root
directory. So add it into .gitignore.

Cc: Veronika Kabatova <vkabatov@redhat.com>
Fixes: b26d1e2b6028 ("selftests/bpf: Copy runqslower to OUTPUT directory")
Signed-off-by: Andrii Nakryiko <andriin@fb.com>
---
 tools/testing/selftests/bpf/.gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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