diff options
| author | Sughosh Ganu <[email protected]> | 2024-03-27 16:19:01 +0530 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2024-04-08 12:59:38 +0200 |
| commit | cdf1e45e0943e79b3d975ac9ccfe79233d3f954f (patch) | |
| tree | 33fb2ccd3b7c52cfde731edf13f4c6ea14dec320 | |
| parent | d350b79e6daf2c0579eea97feba826e957aaddc4 (diff) | |
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 <[email protected]>
Signed-off-by: Sughosh Ganu <[email protected]>
| -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 |
