Commit 900249cc authored by Sudarshan Sreeram's avatar Sudarshan Sreeram Committed by David Brown
Browse files

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: default avatarSudarshan Sreeram <sudarshan.sreeram@arm.com>
Signed-off-by: default avatarDavid Brown <david.brown@linaro.org>
parent e933e586
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@ boot/boot_serial/*
boot/mynewt/*
boot/zephyr/*
boot/cypress/*
boot/espressif/*
ci/*
docs/*
ptest/*