Commit 62fde1c8 authored by Quentin Monnet's avatar Quentin Monnet Committed by Andrii Nakryiko

samples/bpf: Update .gitignore

Update samples/bpf/.gitignore to ignore files generated when building
the samples. Add:

  - vmlinux.h
  - the generated skeleton files (*.skel.h)
  - the samples/bpf/libbpf/ and .../bpftool/ directories, in preparation
    of a future commit which introduces a local output directory for
    building libbpf and bpftool.
Signed-off-by: default avatarQuentin Monnet <quentin@isovalent.com>
Signed-off-by: default avatarAndrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20211007194438.34443-9-quentin@isovalent.com
parent 7bf731dc
...@@ -57,3 +57,7 @@ testfile.img ...@@ -57,3 +57,7 @@ testfile.img
hbm_out.log hbm_out.log
iperf.* iperf.*
*.out *.out
*.skel.h
/vmlinux.h
/bpftool/
/libbpf/
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment