Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

selftests/bpf: add missing executables to .gitignore

We build test_libbpf with CXX to make sure linking against C++ works.

$ make -s -C tools/lib/bpf
$ git status -sb
? tools/lib/bpf/test_libbpf
$ make -s -C tools/testing/selftests/bpf
$ git status -sb
? tools/lib/bpf/test_libbpf
? tools/testing/selftests/bpf/test_libbpf

Fixes: 8c4905b995c6 ("libbpf: make sure bpf headers are c++ include-able")
Signed-off-by: Stanislav Fomichev <sdf@google.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>

authored by

Stanislav Fomichev and committed by
Daniel Borkmann
e3ca63de 31aa6503

+2
+1
tools/lib/bpf/.gitignore
··· 1 1 libbpf_version.h 2 2 FEATURE-DUMP.libbpf 3 + test_libbpf
+1
tools/testing/selftests/bpf/.gitignore
··· 28 28 test_netcnt 29 29 test_section_names 30 30 test_tcpnotify_user 31 + test_libbpf