[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190430162501.13256-1-mrostecki@opensuse.org>
Date: Tue, 30 Apr 2019 18:25:01 +0200
From: mrostecki@...nsuse.org
To: unlisted-recipients:; (no To-header on input)
Cc: Michal Rostecki <mrostecki@...nsuse.org>,
Alexei Starovoitov <ast@...nel.org>,
Daniel Borkmann <daniel@...earbox.net>,
Martin KaFai Lau <kafai@...com>,
Song Liu <songliubraving@...com>, Yonghong Song <yhs@...com>,
netdev@...r.kernel.org, bpf@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] bpf, libbpf: Add .so files to gitignore
From: Michal Rostecki <mrostecki@...nsuse.org>
This change adds libbpf shared libraries to .gitignore which were
previously not included there.
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