commit | ebe910471a2fe1b00bfc2ec78a073cfa88ff2a55 | [log] [tgz] |
---|---|---|
author | Robert Marko <robert.marko@sartura.hr> | Tue Apr 23 13:05:40 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 29 10:54:01 2024 -0600 |
tree | 45492e219d6132eabf26488e6a470eb38d82ad01 | |
parent | aa028df7baa6ad69956023c330266c969702ca50 [diff] [blame] |
.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>
diff --git a/.gitignore b/.gitignore index 870c3f1..37f71c2 100644 --- a/.gitignore +++ b/.gitignore
@@ -72,6 +72,7 @@ /Test* /capsule.*.efi-capsule /capsule*.map +/keep-syms-lto.* # # Generated include files