[PATCH bpf-next] tools/resolve_btfids: Ignore libsubcmd

Rong Tao posted 1 patch 2 years, 10 months ago
tools/bpf/resolve_btfids/.gitignore | 1 +
1 file changed, 1 insertion(+)
[PATCH bpf-next] tools/resolve_btfids: Ignore libsubcmd
Posted by Rong Tao 2 years, 10 months ago
From: Rong Tao <rongtao@cestc.cn>

Since commit af03299d8536("tools/resolve_btfids: Install subcmd headers")
introduce subcmd headers directory, we should ignore it.

Signed-off-by: Rong Tao <rongtao@cestc.cn>
---
 tools/bpf/resolve_btfids/.gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/bpf/resolve_btfids/.gitignore b/tools/bpf/resolve_btfids/.gitignore
index 16913fffc985..52d5e9721d92 100644
--- a/tools/bpf/resolve_btfids/.gitignore
+++ b/tools/bpf/resolve_btfids/.gitignore
@@ -1,3 +1,4 @@
 /fixdep
 /resolve_btfids
 /libbpf/
+/libsubcmd/
-- 
2.39.1
Re: [PATCH bpf-next] tools/resolve_btfids: Ignore libsubcmd
Posted by Daniel Borkmann 2 years, 10 months ago
On 4/11/23 11:17 AM, Rong Tao wrote:
> From: Rong Tao <rongtao@cestc.cn>
> 
> Since commit af03299d8536("tools/resolve_btfids: Install subcmd headers")
> introduce subcmd headers directory, we should ignore it.
> 
> Signed-off-by: Rong Tao <rongtao@cestc.cn>
> ---
>   tools/bpf/resolve_btfids/.gitignore | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/tools/bpf/resolve_btfids/.gitignore b/tools/bpf/resolve_btfids/.gitignore
> index 16913fffc985..52d5e9721d92 100644
> --- a/tools/bpf/resolve_btfids/.gitignore
> +++ b/tools/bpf/resolve_btfids/.gitignore
> @@ -1,3 +1,4 @@
>   /fixdep
>   /resolve_btfids
>   /libbpf/
> +/libsubcmd/
> 

Please rebase, this has already been fixed in bpf-next:

https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git/commit/?id=fd4cb29f2a3d54ec7b4e012300321601af10bd68

Thanks,
Daniel