summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorQuentin Monnet <quentin@isovalent.com>2021-10-07 20:44:34 +0100
committerAndrii Nakryiko <andrii@kernel.org>2021-10-08 11:58:58 -0700
commit62fde1c8beaf743ea1ab437757ede358f279515d (patch)
treebc447a15cf0b253f8afa5675ca7a3021ed3802ca /samples
parent7bf731dcc641f7d7c71d1932678e0de8ea472612 (diff)
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: Quentin Monnet <quentin@isovalent.com> Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Link: https://lore.kernel.org/bpf/20211007194438.34443-9-quentin@isovalent.com
Diffstat (limited to 'samples')
-rw-r--r--samples/bpf/.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/samples/bpf/.gitignore b/samples/bpf/.gitignore
index fcba217f0ae2..0e7bfdbff80a 100644
--- a/samples/bpf/.gitignore
+++ b/samples/bpf/.gitignore
@@ -57,3 +57,7 @@ testfile.img
hbm_out.log
iperf.*
*.out
+*.skel.h
+/vmlinux.h
+/bpftool/
+/libbpf/