[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20211003192208.6297-9-quentin@isovalent.com>
Date: Sun, 3 Oct 2021 20:22:06 +0100
From: Quentin Monnet <quentin@...valent.com>
To: Alexei Starovoitov <ast@...nel.org>,
Daniel Borkmann <daniel@...earbox.net>,
Andrii Nakryiko <andrii@...nel.org>
Cc: netdev@...r.kernel.org, bpf@...r.kernel.org,
Quentin Monnet <quentin@...valent.com>
Subject: [PATCH bpf-next v3 08/10] 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, recently
introduced as an output directory for building libbpf and bpftool.
Signed-off-by: Quentin Monnet <quentin@...valent.com>
---
samples/bpf/.gitignore | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/samples/bpf/.gitignore b/samples/bpf/.gitignore
index fcba217f0ae2..09a091b8a4f3 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/
--
2.30.2
Powered by blists - more mailing lists