diff options
| author | Matteo Croce <[email protected]> | 2019-04-13 03:37:32 +0200 |
|---|---|---|
| committer | Alexei Starovoitov <[email protected]> | 2019-04-25 17:20:06 -0700 |
| commit | 39391377f8ecf2fa4569e2fede624dc091bcd859 (patch) | |
| tree | 6c3f902c962057fd448d73536d678e20024b8a0e | |
| parent | 8694d8c1f82cccec9380e0d3720b84eee315dfb7 (diff) | |
libbpf: add binary to gitignore
Some binaries are generated when building libbpf from tools/lib/bpf/,
namely libbpf.so.0.0.2 and libbpf.so.0.
Add them to the local .gitignore.
Signed-off-by: Matteo Croce <[email protected]>
Reviewed-by: Jakub Kicinski <[email protected]>
Acked-by: Song Liu <[email protected]>
Signed-off-by: Daniel Borkmann <[email protected]>
Signed-off-by: Alexei Starovoitov <[email protected]>
| -rw-r--r-- | tools/lib/bpf/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/lib/bpf/.gitignore b/tools/lib/bpf/.gitignore index 4db74758c674..fecb78afea3f 100644 --- a/tools/lib/bpf/.gitignore +++ b/tools/lib/bpf/.gitignore @@ -1,3 +1,4 @@ libbpf_version.h FEATURE-DUMP.libbpf test_libbpf +libbpf.so.* |