capsule: add the generated capsules to gitignore

The sandbox platform build now generates a set of capsules. Put the
related files generated into gitignore.

Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>
This commit is contained in:
Sughosh Ganu 2024-03-27 16:19:01 +05:30 committed by Heinrich Schuchardt
parent d350b79e6d
commit cdf1e45e09

3
.gitignore vendored
View file

@ -64,6 +64,9 @@ fit-dtb.blob*
/tpl/ /tpl/
/defconfig /defconfig
/generated_defconfig /generated_defconfig
/Test*
/capsule.*.efi-capsule
/capsule*.map
# #
# Generated include files # Generated include files