[PATCH bpf-next] tools/resolve_btfids: Add /libsubcmd to .gitignore

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

After compiling the kernel:

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

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.2
Re: [PATCH bpf-next] tools/resolve_btfids: Add /libsubcmd to .gitignore
Posted by patchwork-bot+netdevbpf@kernel.org 3 years, 1 month ago
Hello:

This patch was applied to bpf/bpf-next.git (master)
by Daniel Borkmann <daniel@iogearbox.net>:

On Sat,  4 Mar 2023 23:17:04 +0800 you wrote:
> From: Rong Tao <rongtao@cestc.cn>
> 
> After compiling the kernel:
> 
>     # bpf-next...bpf-next/master
>     ?? tools/bpf/resolve_btfids/libsubcmd/
> 
> [...]

Here is the summary with links:
  - [bpf-next] tools/resolve_btfids: Add /libsubcmd to .gitignore
    https://git.kernel.org/bpf/bpf-next/c/fd4cb29f2a3d

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH bpf-next] tools/resolve_btfids: Add /libsubcmd to .gitignore
Posted by Jiri Olsa 3 years, 1 month ago
On Sat, Mar 04, 2023 at 11:17:04PM +0800, Rong Tao wrote:
> From: Rong Tao <rongtao@cestc.cn>
> 
> After compiling the kernel:
> 
>     # bpf-next...bpf-next/master
>     ?? tools/bpf/resolve_btfids/libsubcmd/
> 
> Signed-off-by: Rong Tao <rongtao@cestc.cn>

Acked-by: Jiri Olsa <jolsa@kernel.org>

jirka

> ---
>  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.2
>