[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190413013732.18432-1-mcroce@redhat.com>
Date: Sat, 13 Apr 2019 03:37:32 +0200
From: Matteo Croce <mcroce@...hat.com>
To: bpf@...r.kernel.org
Cc: netdev@...r.kernel.org, Alexei Starovoitov <ast@...nel.org>,
Daniel Borkmann <daniel@...earbox.net>
Subject: [PATCH bpf] libbpf: add binary to gitignore
Some binaries are generated when building libbpf from tools/lib/bpf/,
namely libbpf.so.0.0.2 and libbpf.so.0.
Add them to the local .gitignore.
Signed-off-by: Matteo Croce <mcroce@...hat.com>
---
tools/lib/bpf/.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/lib/bpf/.gitignore b/tools/lib/bpf/.gitignore
index 4db74758c674..fecb78afea3f 100644
--- a/tools/lib/bpf/.gitignore
+++ b/tools/lib/bpf/.gitignore
@@ -1,3 +1,4 @@
libbpf_version.h
FEATURE-DUMP.libbpf
test_libbpf
+libbpf.so.*
--
2.21.0
Powered by blists - more mailing lists