Add espressif directory to .mbedignore

The old mbed CLI 1 tool, currently used to compile the MCUboot port for
Mbed™ OS, compiles all files unless otherwise specified in .mbedignore.
The espressif directory in the boot folder was added to the ignore file
to prevent failed builds.

Signed-off-by: Sudarshan Sreeram <sudarshan.sreeram@arm.com>
Signed-off-by: David Brown <david.brown@linaro.org>
This commit is contained in:
Sudarshan Sreeram 2021-08-12 11:16:28 +01:00 committed by David Brown
parent e933e586ec
commit 900249cc98
1 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@ boot/boot_serial/*
boot/mynewt/*
boot/zephyr/*
boot/cypress/*
boot/espressif/*
ci/*
docs/*
ptest/*
@ -16,4 +17,4 @@ ext/mbedtls-asn1/*
ext/nrf/*
ext/tinycrypt/tests/*
ext/tinycrypt/*
ext/tinycrypt-sha512/*
ext/tinycrypt-sha512/*