Updated folders list in .mbedignore (closes #1515)

This commit is contained in:
George Beckstein
2021-03-31 09:56:51 +02:00
committed by Benoit Blanchon
parent ff44d93e68
commit 803e07c188
2 changed files with 2 additions and 4 deletions

View File

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

View File

@ -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
>