From d5c8acc69c13c6503f56e5396af55f79b39ed586 Mon Sep 17 00:00:00 2001 From: Fu Hanxi Date: Fri, 28 Aug 2020 09:54:01 +0800 Subject: [PATCH] add gitignore for component unit test apps --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 4d3b754290..61e02dae70 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,11 @@ GPATH # MacOS directory files .DS_Store +# Components Unit Test Apps files +components/**/build +components/**/sdkconfig +components/**/sdkconfig.old + # Example project files examples/**/sdkconfig examples/**/sdkconfig.old