Re: [PATCH bpf] libbpf: add binary to gitignore

2019-04-16 Thread Daniel Borkmann
On 04/13/2019 03:37 AM, Matteo Croce wrote: > 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 Applied, thanks!

Re: [PATCH bpf] libbpf: add binary to gitignore

2019-04-14 Thread Song Liu
On Fri, Apr 12, 2019 at 6:42 PM Jakub Kicinski wrote: > > On Sat, 13 Apr 2019 03:37:32 +0200, Matteo Croce wrote: > > 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: Matte

Re: [PATCH bpf] libbpf: add binary to gitignore

2019-04-12 Thread Jakub Kicinski
On Sat, 13 Apr 2019 03:37:32 +0200, Matteo Croce wrote: > 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 Reviewed-by: Jakub Kicinski Thanks!

[PATCH bpf] libbpf: add binary to gitignore

2019-04-12 Thread Matteo Croce
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 --- tools/lib/bpf/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/lib/bpf/.gitignore b/tools/lib/bpf/.g