[PATCH 3/4] capsule: add the generated capsules to gitignore
Sughosh Ganu
sughosh.ganu at linaro.org
Tue Mar 26 21:07:57 CET 2024
The sandbox platform build now generates a set of capsules. Put the
related files generated into gitignore.
Signed-off-by: Sughosh Ganu <sughosh.ganu at linaro.org>
---
.gitignore | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.gitignore b/.gitignore
index 3301481192..94dbeb053c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -63,6 +63,9 @@ fit-dtb.blob*
/spl/
/tpl/
/defconfig
+/Test*
+/capsule.*.efi-capsule
+/capsule*.map
#
# Generated include files
--
2.34.1
More information about the U-Boot
mailing list