diff options
author | Song Liu <songliubraving@fb.com> | 2020-03-12 11:23:32 -0700 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2020-03-13 00:08:33 +0100 |
commit | 8d830f549dbd2f9cc4656a17704a2896682cbb5b (patch) | |
tree | 5fb893f2bcb651a34a9f5160a283b9db5d63a702 /tools/bpf | |
parent | 39be909c38a42543239de97087d3c93ea9272864 (diff) | |
download | linux-8d830f549dbd2f9cc4656a17704a2896682cbb5b.tar.bz2 |
bpftool: Add _bpftool and profiler.skel.h to .gitignore
These files are generated, so ignore them.
Signed-off-by: Song Liu <songliubraving@fb.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Reviewed-by: Quentin Monnet <quentin@isovalent.com>
Link: https://lore.kernel.org/bpf/20200312182332.3953408-4-songliubraving@fb.com
Diffstat (limited to 'tools/bpf')
-rw-r--r-- | tools/bpf/bpftool/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
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 |