From: Anders Roxell Date: Wed, 21 Feb 2018 21:30:01 +0000 (+0100) Subject: selftests/bpf: update gitignore with test_libbpf_open X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=31a8260d3e34aaddf821388b8e0d589f44401f75;p=openwrt%2Fstaging%2Fblogic.git selftests/bpf: update gitignore with test_libbpf_open bpf builds a test program for loading BPF ELF files. Add the executable to the .gitignore list. Signed-off-by: Anders Roxell Tested-by: Daniel Díaz Acked-by: David S. Miller Acked-by: Shuah Khan Signed-off-by: Daniel Borkmann --- diff --git a/tools/testing/selftests/bpf/.gitignore b/tools/testing/selftests/bpf/.gitignore index cc15af2e54fe..9cf83f895d98 100644 --- a/tools/testing/selftests/bpf/.gitignore +++ b/tools/testing/selftests/bpf/.gitignore @@ -11,3 +11,4 @@ test_progs test_tcpbpf_user test_verifier_log feature +test_libbpf_open