Skip to content

Commit

Permalink
tools/resolve_btfids: Add /libbpf to .gitignore
Browse files Browse the repository at this point in the history
[ Upstream commit 90a82b1 ]

This is what I see after compiling the kernel:

 # bpf-next...bpf-next/master
 ?? tools/bpf/resolve_btfids/libbpf/

Fixes: fc6b48f ("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>
  • Loading branch information
Stanislav Fomichev authored and Greg Kroah-Hartman committed Apr 10, 2021
1 parent 13ddfcb commit f4fa197
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/bpf/resolve_btfids/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/fixdep
/resolve_btfids
/libbpf/

0 comments on commit f4fa197

Please sign in to comment.