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>
This commit is contained in:
parent
e851dfae43
commit
05b8cd3db7
1
tools/perf/.gitignore
vendored
1
tools/perf/.gitignore
vendored
@ -37,6 +37,7 @@ trace/beauty/generated/
|
|||||||
pmu-events/pmu-events.c
|
pmu-events/pmu-events.c
|
||||||
pmu-events/jevents
|
pmu-events/jevents
|
||||||
feature/
|
feature/
|
||||||
|
libbpf/
|
||||||
fixdep
|
fixdep
|
||||||
libtraceevent-dynamic-list
|
libtraceevent-dynamic-list
|
||||||
Documentation/doc.dep
|
Documentation/doc.dep
|
||||||
|
Loading…
x
Reference in New Issue
Block a user