diff mbox series

[v2,bpf-next,3/3] bpftool: add _bpftool and profiler.skel.h to .gitignore

Message ID 20200311221844.3089820-4-songliubraving@fb.com
State Changes Requested
Delegated to: BPF Maintainers
Headers show
Series Fixes for bpftool-prog-profile | expand

Commit Message

Song Liu March 11, 2020, 10:18 p.m. UTC
These files are generated, so ignore them.

Signed-off-by: Song Liu <songliubraving@fb.com>
---
 tools/bpf/bpftool/.gitignore | 2 ++
 1 file changed, 2 insertions(+)

Comments

Quentin Monnet March 12, 2020, 11:47 a.m. UTC | #1
2020-03-11 15:18 UTC-0700 ~ Song Liu <songliubraving@fb.com>
> These files are generated, so ignore them.
> 
> Signed-off-by: Song Liu <songliubraving@fb.com>

Reviewed-by: Quentin Monnet <quentin@isovalent.com>
diff mbox series

Patch

diff --git a/tools/bpf/bpftool/.gitignore b/tools/bpf/bpftool/.gitignore
index b13926432b84..8d6e8901ed2b 100644
--- a/tools/bpf/bpftool/.gitignore
+++ b/tools/bpf/bpftool/.gitignore
@@ -1,7 +1,9 @@ 
 *.d
+/_bpftool
 /bpftool
 bpftool*.8
 bpf-helpers.*
 FEATURE-DUMP.bpftool
 feature
 libbpf
+profiler.skel.h