diff options
author | Anders Roxell <[email protected]> | 2018-02-21 22:30:01 +0100 |
---|---|---|
committer | Daniel Borkmann <[email protected]> | 2018-02-22 01:41:18 +0100 |
commit | 31a8260d3e34aaddf821388b8e0d589f44401f75 (patch) | |
tree | 142f04e0a265f55c62014364e634fa8905153c56 | |
parent | b52db43a3d2e34b4ef2bb563d95227bb755027df (diff) |
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 <[email protected]>
Tested-by: Daniel Díaz <[email protected]>
Acked-by: David S. Miller <[email protected]>
Acked-by: Shuah Khan <[email protected]>
Signed-off-by: Daniel Borkmann <[email protected]>
-rw-r--r-- | tools/testing/selftests/bpf/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |