diff mbox series

[bpf] libbpf: add binary to gitignore

Message ID 20190413013732.18432-1-mcroce@redhat.com
State Accepted
Delegated to: BPF Maintainers
Headers show
Series [bpf] libbpf: add binary to gitignore | expand

Commit Message

Matteo Croce April 13, 2019, 1:37 a.m. UTC
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 <mcroce@redhat.com>
---
 tools/lib/bpf/.gitignore | 1 +
 1 file changed, 1 insertion(+)

Comments

Jakub Kicinski April 13, 2019, 1:42 a.m. UTC | #1
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 <mcroce@redhat.com>

Reviewed-by: Jakub Kicinski <jakub.kicinski@netronome.com>

Thanks!
Song Liu April 15, 2019, 6:06 a.m. UTC | #2
On Fri, Apr 12, 2019 at 6:42 PM Jakub Kicinski
<jakub.kicinski@netronome.com> 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: Matteo Croce <mcroce@redhat.com>
>
> Reviewed-by: Jakub Kicinski <jakub.kicinski@netronome.com>

Acked-by: Song Liu <songliubraving@fb.com>

>
> Thanks!
Daniel Borkmann April 16, 2019, 8:55 a.m. UTC | #3
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 <mcroce@redhat.com>

Applied, thanks!
diff mbox series

Patch

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.*