Ver Fonte

Updated folders list in `.mbedignore` (closes #1515)

George Beckstein há 5 anos atrás
pai
commit
803e07c188
2 ficheiros alterados com 2 adições e 4 exclusões
  1. 1 4
      .mbedignore
  2. 1 0
      CHANGELOG.md

+ 1 - 4
.mbedignore

@@ -1,6 +1,3 @@
 .github/
 examples/
-fuzzing/
-scripts/
-test/
-third-party/
+extras/

+ 1 - 0
CHANGELOG.md

@@ -14,6 +14,7 @@ HEAD
 * Added `JsonVariant::is<JsonVariant/JsonVariantConst>()` (issue #1412)
 * Changed `JsonVariantConst::is<JsonArray/JsonObject>()` to return `false` (issue #1412)
 * Simplified `JsonVariant::as<T>()` to always return `T` (see below)
+* Updated folders list in `.mbedignore` (PR #1515 by @AGlass0fMilk)
 
 > ### BREAKING CHANGES
 >