diff options
author | Kelsey Skunberg <skunberg.kelsey@gmail.com> | 2019-05-12 09:29:18 +0200 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2019-05-13 01:16:37 +0200 |
commit | ff1f28c03f6a7cb5ee5802288258c2fc07ed9b07 (patch) | |
tree | 1090f59bef7194cf8fe2917c7dc6a329eff088cc /tools | |
parent | Merge branch 'bpf-uapi-doc-fixes' (diff) | |
download | linux-ff1f28c03f6a7cb5ee5802288258c2fc07ed9b07.tar.xz linux-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/.gitignore | 2 |
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.* |