ARMmbed / ci-test-shield

mbed CI Test Shield
Apache License 2.0
9 stars 36 forks source link

Make top level repo ignore sources deployed from libraries #76

Closed maclobdell closed 5 years ago

maclobdell commented 6 years ago

After 'mbed deploy', 'mbed compile', or 'mbed test' the source files for libraries (EEPROM, SD Card, Temp Sensor) are downloaded from their respective urls in the .lib files. These files are un-tracked by git so they show up as a bunch of uncommitted changes. Would be nice for git to just ignore them.

screamerbg commented 6 years ago

This won't be a problem if you use mbed import ci-test-shield. Mbed CLI takes care of these ignores automatically.