Commit ed63f34c026e9a60d17fa750ecdfe3f600d49393 ("perf tools:
Make perf depend on libbpf") dynamically creates FEATURE-DUMP.libbpf
during the perf building if bpf is detected. Replace FEATURE-DUMP
with it on .gitignore.
Cc: Wang Nan <[email protected]>
Signed-off-by: Taeung Song <[email protected]>
---
tools/lib/bpf/.gitignore | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/lib/bpf/.gitignore b/tools/lib/bpf/.gitignore
index 812aeed..f81e549 100644
--- a/tools/lib/bpf/.gitignore
+++ b/tools/lib/bpf/.gitignore
@@ -1,2 +1,2 @@
libbpf_version.h
-FEATURE-DUMP
+FEATURE-DUMP.libbpf
--
1.9.1