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: v5.7-rc1~146^2~174^2~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d830f549dbd2f9cc4656a17704a2896682cbb5b;p=thirdparty%2Fkernel%2Flinux.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 b13926432b84c..8d6e8901ed2be 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