aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorRobert Marko <robert.marko@sartura.hr>2024-04-23 13:05:40 +0200
committerTom Rini <trini@konsulko.com>2024-04-29 10:54:01 -0600
commitebe910471a2fe1b00bfc2ec78a073cfa88ff2a55 (patch)
tree45492e219d6132eabf26488e6a470eb38d82ad01 /.gitignore
parentaa028df7baa6ad69956023c330266c969702ca50 (diff)
downloadu-boot-ebe910471a2fe1b00bfc2ec78a073cfa88ff2a55.zip
u-boot-ebe910471a2fe1b00bfc2ec78a073cfa88ff2a55.tar.gz
u-boot-ebe910471a2fe1b00bfc2ec78a073cfa88ff2a55.tar.bz2
.gitignore: add LTO generated file
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@sartura.hr>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 870c3f1..37f71c2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -72,6 +72,7 @@ fit-dtb.blob*
/Test*
/capsule.*.efi-capsule
/capsule*.map
+/keep-syms-lto.*
#
# Generated include files