OSDN Git Service

selftests/bpf: add missing executables to .gitignore
authorStanislav Fomichev <sdf@google.com>
Wed, 9 Jan 2019 00:07:28 +0000 (16:07 -0800)
committerDaniel Borkmann <daniel@iogearbox.net>
Thu, 10 Jan 2019 14:53:02 +0000 (15:53 +0100)
commite3ca63de8ade75757a067f6a5bd111d30cdcadb5
treea56af8b126dee2fbd2b81637fe25ced2169e9b5d
parent31aa6503a15ba00182ea6dbbf51afb63bf9e851d
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>
tools/lib/bpf/.gitignore
tools/testing/selftests/bpf/.gitignore