[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190502081453.25097-1-mrostecki@opensuse.org>
Date: Thu, 2 May 2019 10:14:54 +0200
From: Michal Rostecki <mrostecki@...nsuse.org>
To: unlisted-recipients:; (no To-header on input)
Cc: Michal Rostecki <mrostecki@...nsuse.org>,
Yonghong Song <yhs@...com>,
Alexei Starovoitov <ast@...nel.org>,
Daniel Borkmann <daniel@...earbox.net>,
Martin KaFai Lau <kafai@...com>,
Song Liu <songliubraving@...com>, netdev@...r.kernel.org,
bpf@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH bpf-next v2] bpf, libbpf: Add .so files to gitignore
This change adds libbpf shared libraries to .gitignore which were
previously not included there.
Acked-by: Yonghong Song <yhs@...com>
Signed-off-by: Michal Rostecki <mrostecki@...nsuse.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
Powered by blists - more mailing lists