From: Rong Tao Date: Sat, 4 Mar 2023 15:17:04 +0000 (+0800) Subject: tools/resolve_btfids: Add /libsubcmd to .gitignore X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=fd4cb29f2a3d54ec7b4e012300321601af10bd68;p=linux.git tools/resolve_btfids: Add /libsubcmd to .gitignore Add libsubcmd to .gitignore, otherwise after compiling the kernel it would result in the following: # bpf-next...bpf-next/master ?? tools/bpf/resolve_btfids/libsubcmd/ Signed-off-by: Rong Tao Signed-off-by: Daniel Borkmann Acked-by: Jiri Olsa Link: https://lore.kernel.org/bpf/tencent_F13D670D5D7AA9C4BD868D3220921AAC090A@qq.com --- diff --git a/tools/bpf/resolve_btfids/.gitignore b/tools/bpf/resolve_btfids/.gitignore index 16913fffc9859..52d5e9721d921 100644 --- a/tools/bpf/resolve_btfids/.gitignore +++ b/tools/bpf/resolve_btfids/.gitignore @@ -1,3 +1,4 @@ /fixdep /resolve_btfids /libbpf/ +/libsubcmd/