This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/10.2 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit b1fab12a9981d4190fae919bd0189a10c1953e8b Author: Gustavo Henrique Nihei <gustavo.ni...@espressif.com> AuthorDate: Fri Oct 15 12:05:35 2021 -0300 risc-v/esp32c3: Add esp-nuttx-bootloader folder to gitignore list Signed-off-by: Gustavo Henrique Nihei <gustavo.ni...@espressif.com> --- arch/risc-v/src/esp32c3/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/risc-v/src/esp32c3/.gitignore b/arch/risc-v/src/esp32c3/.gitignore index cdf3df5..9adccd8 100644 --- a/arch/risc-v/src/esp32c3/.gitignore +++ b/arch/risc-v/src/esp32c3/.gitignore @@ -1,2 +1,3 @@ /esp-wireless-drivers-3rdparty +/esp-nuttx-bootloader /*.zip