diff mbox series

selftests: bpf: add missing executables to .gitignore

Message ID 20190108092223.12467-1-anders.roxell@linaro.org
State New
Headers show
Series selftests: bpf: add missing executables to .gitignore | expand

Commit Message

Anders Roxell Jan. 8, 2019, 9:22 a.m. UTC
Fixes: 8c4905b995c6 ("libbpf: make sure bpf headers are c++ include-able")
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>

---
 tools/testing/selftests/bpf/.gitignore | 1 +
 1 file changed, 1 insertion(+)

-- 
2.20.1

Comments

Daniel Borkmann Jan. 10, 2019, 3 p.m. UTC | #1
On 01/08/2019 10:22 AM, Anders Roxell wrote:
> Fixes: 8c4905b995c6 ("libbpf: make sure bpf headers are c++ include-able")

> Signed-off-by: Anders Roxell <anders.roxell@linaro.org>


Fixed in (including libbpf): https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git/commit/?id=e3ca63de8ade75757a067f6a5bd111d30cdcadb5
diff mbox series

Patch

diff --git a/tools/testing/selftests/bpf/.gitignore b/tools/testing/selftests/bpf/.gitignore
index 4a9785043a39..6c17b6557e5d 100644
--- a/tools/testing/selftests/bpf/.gitignore
+++ b/tools/testing/selftests/bpf/.gitignore
@@ -11,6 +11,7 @@  test_progs
 test_tcpbpf_user
 test_verifier_log
 feature
+test_libbpf
 test_libbpf_open
 test_sock
 test_sock_addr