From 9b3a65995ddfca09342d6f93a561f181336082cb Mon Sep 17 00:00:00 2001 From: Caoruihong Date: Fri, 1 Jul 2022 08:06:04 +0000 Subject: [PATCH] do include binaries and libraries under bes2600/liteos_m/sdk/bsp/out/ Signed-off-by: Caoruihong --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 2119478..a63ffd9 100644 --- a/.gitignore +++ b/.gitignore @@ -110,3 +110,7 @@ write_flash_gui* # configuration file # *.ini + +# Except these files +!bes2600/liteos_m/sdk/bsp/out/**/*.bin +!bes2600/liteos_m/sdk/bsp/out/**/*.a