]> Git Repo - J-linux.git/commitdiff
Add 'tools/perf/libbpf/' to ignored files
authorLinus Torvalds <[email protected]>
Mon, 8 Nov 2021 19:33:35 +0000 (11:33 -0800)
committerLinus Torvalds <[email protected]>
Mon, 8 Nov 2021 19:33:35 +0000 (11:33 -0800)
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 <[email protected]>
tools/perf/.gitignore

index 8e0163b7ef016cdff78c12e42989f7189451cd16..20b8ab984d5f23f74dd7673742eb18feecef771b 100644 (file)
@@ -37,6 +37,7 @@ trace/beauty/generated/
 pmu-events/pmu-events.c
 pmu-events/jevents
 feature/
+libbpf/
 fixdep
 libtraceevent-dynamic-list
 Documentation/doc.dep
This page took 0.048709 seconds and 4 git commands to generate.