diff options
| author | Robert Marko <[email protected]> | 2024-04-23 13:05:40 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-04-29 10:54:01 -0600 |
| commit | ebe910471a2fe1b00bfc2ec78a073cfa88ff2a55 (patch) | |
| tree | 45492e219d6132eabf26488e6a470eb38d82ad01 /.gitignore | |
| parent | aa028df7baa6ad69956023c330266c969702ca50 (diff) | |
.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 <[email protected]>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 870c3f18190..37f71c275c3 100644 --- a/.gitignore +++ b/.gitignore @@ -72,6 +72,7 @@ fit-dtb.blob* /Test* /capsule.*.efi-capsule /capsule*.map +/keep-syms-lto.* # # Generated include files |
