From: Song Liu Date: Thu, 12 Mar 2020 18:23:32 +0000 (-0700) Subject: bpftool: Add _bpftool and profiler.skel.h to .gitignore X-Git-Tag: block-5.7-2020-04-09~9^2~174^2~16 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=8d830f549dbd2f9cc4656a17704a2896682cbb5b;p=linux-2.6-block.git bpftool: Add _bpftool and profiler.skel.h to .gitignore These files are generated, so ignore them. Signed-off-by: Song Liu Signed-off-by: Daniel Borkmann Reviewed-by: Quentin Monnet Link: https://lore.kernel.org/bpf/20200312182332.3953408-4-songliubraving@fb.com --- 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