diff mbox series

bpf, libbpf: Add .so files to gitignore

Message ID 20190430162501.13256-1-mrostecki@opensuse.org
State Changes Requested
Delegated to: BPF Maintainers
Headers show
Series bpf, libbpf: Add .so files to gitignore | expand

Commit Message

Michal Rostecki April 30, 2019, 4:25 p.m. UTC
From: Michal Rostecki <mrostecki@opensuse.org>

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

Signed-off-by: Michal Rostecki <mrostecki@opensuse.org>
---
 tools/lib/bpf/.gitignore | 1 +
 1 file changed, 1 insertion(+)

Comments

Michal Rostecki April 30, 2019, 5:27 p.m. UTC | #1
I forgot to add "bpf-next" to the subject prefix, sorry!
Y Song April 30, 2019, 9:08 p.m. UTC | #2
On Tue, Apr 30, 2019 at 10:28 AM Michal Rostecki <mrostecki@opensuse.org> 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 <yhs@fb.com>
Michal Rostecki May 2, 2019, 8:12 a.m. UTC | #3
On Tue, Apr 30, 2019 at 02:08:35PM -0700, Y Song wrote:
> On Tue, Apr 30, 2019 at 10:28 AM Michal Rostecki <mrostecki@opensuse.org> 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 <yhs@fb.com>

Sure, I will do it now.
diff mbox series

Patch

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