[PATCH] .gitignore: add LTO generated file

Robert Marko robert.marko at sartura.hr
Tue Apr 23 13:05:40 CEST 2024


Currently, keep-syms-lto.c is being generated if LTO is enabled but unlike
keep-syms-lto.o it is not being ignored, so lets add keep-syms-lto.* to
.gitignore.

Signed-off-by: Robert Marko <robert.marko at sartura.hr>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index be137040a2..324078769b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -67,6 +67,7 @@ fit-dtb.blob*
 /Test*
 /capsule.*.efi-capsule
 /capsule*.map
+/keep-syms-lto.*
 
 #
 # Generated include files
-- 
2.44.0



More information about the U-Boot mailing list