All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH bpf] libbpf: add binary to gitignore
@ 2019-04-13  1:37 Matteo Croce
  2019-04-13  1:42 ` Jakub Kicinski
  2019-04-16  8:55 ` Daniel Borkmann
  0 siblings, 2 replies; 4+ messages in thread
From: Matteo Croce @ 2019-04-13  1:37 UTC (permalink / raw)
  To: bpf; +Cc: netdev, Alexei Starovoitov, Daniel Borkmann

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(+)

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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH bpf] libbpf: add binary to gitignore
  2019-04-13  1:37 [PATCH bpf] libbpf: add binary to gitignore Matteo Croce
@ 2019-04-13  1:42 ` Jakub Kicinski
  2019-04-15  6:06   ` Song Liu
  2019-04-16  8:55 ` Daniel Borkmann
  1 sibling, 1 reply; 4+ messages in thread
From: Jakub Kicinski @ 2019-04-13  1:42 UTC (permalink / raw)
  To: Matteo Croce; +Cc: bpf, netdev, Alexei Starovoitov, Daniel Borkmann

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!

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH bpf] libbpf: add binary to gitignore
  2019-04-13  1:42 ` Jakub Kicinski
@ 2019-04-15  6:06   ` Song Liu
  0 siblings, 0 replies; 4+ messages in thread
From: Song Liu @ 2019-04-15  6:06 UTC (permalink / raw)
  To: Jakub Kicinski
  Cc: Matteo Croce, bpf, Networking, Alexei Starovoitov, Daniel Borkmann

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!

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH bpf] libbpf: add binary to gitignore
  2019-04-13  1:37 [PATCH bpf] libbpf: add binary to gitignore Matteo Croce
  2019-04-13  1:42 ` Jakub Kicinski
@ 2019-04-16  8:55 ` Daniel Borkmann
  1 sibling, 0 replies; 4+ messages in thread
From: Daniel Borkmann @ 2019-04-16  8:55 UTC (permalink / raw)
  To: Matteo Croce, bpf; +Cc: netdev, Alexei Starovoitov

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!

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-04-16  8:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-13  1:37 [PATCH bpf] libbpf: add binary to gitignore Matteo Croce
2019-04-13  1:42 ` Jakub Kicinski
2019-04-15  6:06   ` Song Liu
2019-04-16  8:55 ` Daniel Borkmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.