Added .mbedignore for ARM mbdeb (PR #334 by @nuket)

This commit is contained in:
Max Vilimpoc (unu)
2016-08-25 11:40:04 +02:00
committed by Benoit Blanchon
parent f2a8b52c2c
commit a7ef99d0fe
2 changed files with 6 additions and 0 deletions

5
.mbedignore Normal file
View File

@ -0,0 +1,5 @@
.github/
examples/
scripts/
test/
third-party/

View File

@ -5,6 +5,7 @@ HEAD
----
* Fixed `-Wparentheses` warning introduced in v5.6.5 (PR #335 by @nuket)
* Added `.mbedignore` for ARM mbdeb (PR #334 by @nuket)
v5.6.5
------