diff options
author | Sughosh Ganu <sughosh.ganu@linaro.org> | 2024-03-27 16:19:01 +0530 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2024-04-08 12:59:38 +0200 |
commit | cdf1e45e0943e79b3d975ac9ccfe79233d3f954f (patch) | |
tree | 33fb2ccd3b7c52cfde731edf13f4c6ea14dec320 /.gitignore | |
parent | d350b79e6daf2c0579eea97feba826e957aaddc4 (diff) | |
download | u-boot-cdf1e45e0943e79b3d975ac9ccfe79233d3f954f.tar.gz |
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>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index d9a64d742fd..be137040a2c 100644 --- a/.gitignore +++ b/.gitignore @@ -64,6 +64,9 @@ fit-dtb.blob* /tpl/ /defconfig /generated_defconfig +/Test* +/capsule.*.efi-capsule +/capsule*.map # # Generated include files |