From 963c3aa16abeed87f2e896f19b8c2282ae52efef Mon Sep 17 00:00:00 2001 From: Wu Jian Gang Date: Tue, 17 Jan 2017 17:55:29 +0800 Subject: [PATCH] gitignore: Update gitignore for examples --- .gitignore | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 25a5a30910..f11370493d 100644 --- a/.gitignore +++ b/.gitignore @@ -15,10 +15,13 @@ GPATH .#* \#*# +# eclipse setting +.settings + # Example project files -examples/*/sdkconfig -examples/*/sdkconfig.old -examples/*/build +examples/*/*/sdkconfig +examples/*/*/sdkconfig.old +examples/*/*/build #Doc build artifacts docs/_build/