mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 05:55:44 +02:00
tools/resolve_btfids: Add /libbpf to .gitignore
[ Upstream commit90a82b1fa4] This is what I see after compiling the kernel: # bpf-next...bpf-next/master ?? tools/bpf/resolve_btfids/libbpf/ Fixes:fc6b48f692("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 Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
76983e2449
commit
f890246ae7
1
tools/bpf/resolve_btfids/.gitignore
vendored
1
tools/bpf/resolve_btfids/.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
/fixdep
|
||||
/resolve_btfids
|
||||
/libbpf/
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user