From: Kelsey Skunberg Date: Sun, 12 May 2019 07:29:18 +0000 (-0600) Subject: selftests: bpf: Add files generated after build to .gitignore X-Git-Tag: v5.2-rc1~80^2~10^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ff1f28c03f6a7cb5ee5802288258c2fc07ed9b07;p=thirdparty%2Fkernel%2Flinux.git selftests: bpf: Add files generated after build to .gitignore The following files are generated after building /selftests/bpf/ and should be added to .gitignore: - libbpf.pc - libbpf.so.* Signed-off-by: Kelsey Skunberg Signed-off-by: Daniel Borkmann --- diff --git a/tools/testing/selftests/bpf/.gitignore b/tools/testing/selftests/bpf/.gitignore index 41e8a689aa777..a877803e4ba8f 100644 --- a/tools/testing/selftests/bpf/.gitignore +++ b/tools/testing/selftests/bpf/.gitignore @@ -32,3 +32,5 @@ test_tcpnotify_user test_libbpf test_tcp_check_syncookie_user alu32 +libbpf.pc +libbpf.so.*