]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite60eaf3ea94c36211190e203a78f639209bb345b
treea56af8b126dee2fbd2b81637fe25ced2169e9b5d
parent8b83cb2d16841077ff8121c842cafb6cf6eff429
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: 884c7a4847e2 ("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