mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-10 17:26:59 +02:00
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:
parent
d350b79e6d
commit
cdf1e45e09
3
.gitignore
vendored
3
.gitignore
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user