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

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