On Thu, May 2, 2019 at 1:15 AM Michal Rostecki <mrostecki@xxxxxxxxxxxx> wrote: > > This change adds libbpf shared libraries to .gitignore which were > previously not included there. > > Acked-by: Yonghong Song <yhs@xxxxxx> > Signed-off-by: Michal Rostecki <mrostecki@xxxxxxxxxxxx> > --- > tools/lib/bpf/.gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/tools/lib/bpf/.gitignore b/tools/lib/bpf/.gitignore > index 7d9e182a1f51..0b181b23f97d 100644 > --- a/tools/lib/bpf/.gitignore > +++ b/tools/lib/bpf/.gitignore > @@ -1,4 +1,5 @@ > libbpf_version.h > libbpf.pc > +libbpf.so.0* Some folks build libbpf as part of selftests. Please update .gitignore in tools/lib/bpf and in tools/testing/selftests/bpf Also instead of "bpf, libbpf:" subj prefix just mention "libbpf:"