mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH bpf-next v2] bpf, libbpf: Add .so files to gitignore
@ 2019-05-02  8:14 Michal Rostecki
  2019-05-05  7:03 ` Alexei Starovoitov
  0 siblings, 1 reply; 3+ messages in thread
From: Michal Rostecki @ 2019-05-02  8:14 UTC (permalink / raw)
  Cc: Michal Rostecki, Yonghong Song, Alexei Starovoitov,
	Daniel Borkmann, Martin KaFai Lau, Song Liu, netdev, bpf,
	linux-kernel

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

Acked-by: Yonghong Song <yhs@fb.com>
Signed-off-by: Michal Rostecki <mrostecki@opensuse.org>
---
 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


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

* Re: [PATCH bpf-next v2] bpf, libbpf: Add .so files to gitignore
  2019-05-02  8:14 [PATCH bpf-next v2] bpf, libbpf: Add .so files to gitignore Michal Rostecki
@ 2019-05-05  7:03 ` Alexei Starovoitov
  2019-05-06  8:29   ` Michal Rostecki
  0 siblings, 1 reply; 3+ messages in thread
From: Alexei Starovoitov @ 2019-05-05  7:03 UTC (permalink / raw)
  To: Michal Rostecki
  Cc: Yonghong Song, Alexei Starovoitov, Daniel Borkmann,
	Martin KaFai Lau, Song Liu, Network Development, bpf, LKML

On Thu, May 2, 2019 at 1:15 AM Michal Rostecki <mrostecki@opensuse.org> wrote:
>
> This change adds libbpf shared libraries to .gitignore which were
> previously not included there.
>
> Acked-by: Yonghong Song <yhs@fb.com>
> Signed-off-by: Michal Rostecki <mrostecki@opensuse.org>
> ---
>  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*

Some folks build libbpf as part of selftests.
Please update .gitignore in tools/lib/bpf and
in tools/testing/selftests/bpf

Also instead of "bpf, libbpf:" subj prefix just mention "libbpf:"

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

* Re: [PATCH bpf-next v2] bpf, libbpf: Add .so files to gitignore
  2019-05-05  7:03 ` Alexei Starovoitov
@ 2019-05-06  8:29   ` Michal Rostecki
  0 siblings, 0 replies; 3+ messages in thread
From: Michal Rostecki @ 2019-05-06  8:29 UTC (permalink / raw)
  To: Alexei Starovoitov
  Cc: Yonghong Song, Alexei Starovoitov, Daniel Borkmann,
	Martin KaFai Lau, Song Liu, Network Development, bpf, LKML,
	bpf-owner

Am 2019-05-05 09:03, schrieb Alexei Starovoitov:
> Some folks build libbpf as part of selftests.
> Please update .gitignore in tools/lib/bpf and
> in tools/testing/selftests/bpf
> 
> Also instead of "bpf, libbpf:" subj prefix just mention "libbpf:"

Thanks for your review!

I noticed that in the meantime the .gitignore file in tools/lib/bpf was 
fixed
by the other commit (39391377f8ec). Now I need to fix only .gitignore in
tools/testing/selftests/bpf (where I need to add even more files, 
because
some test program binaries are not included too). I will send a patch 
for that
later today.

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

end of thread, other threads:[~2019-05-06  8:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-02  8:14 [PATCH bpf-next v2] bpf, libbpf: Add .so files to gitignore Michal Rostecki
2019-05-05  7:03 ` Alexei Starovoitov
2019-05-06  8:29   ` Michal Rostecki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome