Re: [PATCH 1/1] perf bench bpf: Add missing .gitignore file
From: Arnaldo Carvalho de Melo
Date: Tue Jun 23 2026 - 20:33:00 EST
On Tue, Jun 23, 2026 at 05:27:38PM -0700, Namhyung Kim wrote:
> On Tue, Jun 23, 2026 at 09:05:30PM -0300, Arnaldo Carvalho de Melo wrote:
> > +++ b/tools/perf/bench/bpf_skel/.gitignore
> > @@ -0,0 +1,4 @@
> > +# SPDX-License-Identifier: GPL-2.0-only
> > +.tmp
> > +*.skel.h
> > +vmlinux.h
> I think it's enough to add '*.skel.h' only as other files are still
> under util/bpf_skel. But having others would not be harmful.
> Acked-by: Namhyung Kim <namhyung@xxxxxxxxxx>
⬢ [acme@toolbx perf-tools]$ ls -la tools/perf/bench/bpf_skel/.tmp
total 8
drwxr-xr-x. 1 acme acme 36 Jun 23 21:01 .
drwxr-xr-x. 1 acme acme 102 Jun 23 21:01 ..
-rw-r--r--. 1 acme acme 7840 Jun 23 21:01 bench_uprobe.bpf.o
⬢ [acme@toolbx perf-tools]$
.tmp is created as well.
- Arnaldo