diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2021-11-08 11:33:35 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2021-11-08 11:33:35 -0800 |
commit | 05b8cd3db706029f6a31d26c204facf422bd782c (patch) | |
tree | 5457d9291f9d8bd39766ad891d8590b3c87e3ab0 /tools | |
parent | e851dfae4371d3c751f1e18e8eb5eba993de1467 (diff) | |
download | linux-stable-05b8cd3db706029f6a31d26c204facf422bd782c.tar.gz linux-stable-05b8cd3db706029f6a31d26c204facf422bd782c.tar.bz2 linux-stable-05b8cd3db706029f6a31d26c204facf422bd782c.zip |
Add 'tools/perf/libbpf/' to ignored files
Commit 6b491a86b77c ("perf build: Install libbpf headers locally when
building") installed copies of the libbpf headers into the build tree,
causing unnecessary noise from 'git status' after a perf tools build.
Add the 'libbpf/' subdirectory to the .gitignore file to silence it all
again.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/perf/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/.gitignore b/tools/perf/.gitignore index 8e0163b7ef01..20b8ab984d5f 100644 --- a/tools/perf/.gitignore +++ b/tools/perf/.gitignore @@ -37,6 +37,7 @@ trace/beauty/generated/ pmu-events/pmu-events.c pmu-events/jevents feature/ +libbpf/ fixdep libtraceevent-dynamic-list Documentation/doc.dep |