2019-04-30 16:29:59

by Michal Rostecki

[permalink] [raw]
Subject: [PATCH] bpf, libbpf: Add .so files to gitignore

From: Michal Rostecki <[email protected]>

This change adds libbpf shared libraries to .gitignore which were
previously not included there.

Signed-off-by: Michal Rostecki <[email protected]>
---
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*
FEATURE-DUMP.libbpf
test_libbpf
--
2.21.0


2019-04-30 17:28:41

by Michal Rostecki

[permalink] [raw]
Subject: Re: [PATCH] bpf, libbpf: Add .so files to gitignore

I forgot to add "bpf-next" to the subject prefix, sorry!

2019-04-30 21:11:49

by Y Song

[permalink] [raw]
Subject: Re: [PATCH] bpf, libbpf: Add .so files to gitignore

On Tue, Apr 30, 2019 at 10:28 AM Michal Rostecki <[email protected]> wrote:
>
> I forgot to add "bpf-next" to the subject prefix, sorry!

Maybe you can submit a v2 of this patch with my ack below so the patch
can be easily applied without tweaking?
Acked-by: Yonghong Song <[email protected]>

2019-05-02 08:15:43

by Michal Rostecki

[permalink] [raw]
Subject: Re: [PATCH] bpf, libbpf: Add .so files to gitignore

On Tue, Apr 30, 2019 at 02:08:35PM -0700, Y Song wrote:
> On Tue, Apr 30, 2019 at 10:28 AM Michal Rostecki <[email protected]> wrote:
> >
> > I forgot to add "bpf-next" to the subject prefix, sorry!
>
> Maybe you can submit a v2 of this patch with my ack below so the patch
> can be easily applied without tweaking?
> Acked-by: Yonghong Song <[email protected]>

Sure, I will do it now.