aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools
diff options
context:
space:
mode:
authorStanislav Fomichev <sdf@google.com>2021-02-11 17:00:53 -0800
committerAndrii Nakryiko <andrii@kernel.org>2021-02-12 13:08:26 -0800
commit90a82b1fa40d0cee33d1c9306dc54412442d1e57 (patch)
treeb51f04263beb6477bd9d27fbf58bc24880b5999a /tools
parentMerge branch 'introduce bpf_iter for task_vma' (diff)
downloadwireguard-linux-90a82b1fa40d0cee33d1c9306dc54412442d1e57.tar.xz
wireguard-linux-90a82b1fa40d0cee33d1c9306dc54412442d1e57.zip
tools/resolve_btfids: Add /libbpf to .gitignore
This is what I see after compiling the kernel: # bpf-next...bpf-next/master ?? tools/bpf/resolve_btfids/libbpf/ Fixes: fc6b48f692f8 ("tools/resolve_btfids: Build libbpf and libsubcmd in separate directories") Signed-off-by: Stanislav Fomichev <sdf@google.com> Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Link: https://lore.kernel.org/bpf/20210212010053.668700-1-sdf@google.com
Diffstat (limited to 'tools')
-rw-r--r--tools/bpf/resolve_btfids/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/bpf/resolve_btfids/.gitignore b/tools/bpf/resolve_btfids/.gitignore
index 25f308c933cc..16913fffc985 100644
--- a/tools/bpf/resolve_btfids/.gitignore
+++ b/tools/bpf/resolve_btfids/.gitignore
@@ -1,2 +1,3 @@
/fixdep
/resolve_btfids
+/libbpf/