aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorKelsey Skunberg <skunberg.kelsey@gmail.com>2019-05-12 01:29:18 -0600
committerDaniel Borkmann <daniel@iogearbox.net>2019-05-13 01:16:37 +0200
commitff1f28c03f6a7cb5ee5802288258c2fc07ed9b07 (patch)
tree1090f59bef7194cf8fe2917c7dc6a329eff088cc /tools
parentMerge branch 'bpf-uapi-doc-fixes' (diff)
downloadlinux-dev-ff1f28c03f6a7cb5ee5802288258c2fc07ed9b07.tar.xz
linux-dev-ff1f28c03f6a7cb5ee5802288258c2fc07ed9b07.zip
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 <skunberg.kelsey@gmail.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'tools')
-rw-r--r--tools/testing/selftests/bpf/.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/testing/selftests/bpf/.gitignore b/tools/testing/selftests/bpf/.gitignore
index 41e8a689aa77..a877803e4ba8 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.*