Skip to content

Commit 05b8cd3

Browse files
committed
Add 'tools/perf/libbpf/' to ignored files
Commit 6b491a8 ("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 <[email protected]>
1 parent e851dfa commit 05b8cd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/perf/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ trace/beauty/generated/
3737
pmu-events/pmu-events.c
3838
pmu-events/jevents
3939
feature/
40+
libbpf/
4041
fixdep
4142
libtraceevent-dynamic-list
4243
Documentation/doc.dep

0 commit comments

Comments
 (0)