Преглед изворни кода

gitignore: Update gitignore for examples

Wu Jian Gang пре 9 година
родитељ
комит
963c3aa16a
1 измењених фајлова са 6 додато и 3 уклоњено
  1. 6 3
      .gitignore

+ 6 - 3
.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/