ARMmbed / mbed-os-example-blinky

Blinky example for Mbed OS 6.0
Apache License 2.0
42 stars 158 forks source link

the .gitignore file is outdated #195

Closed JojoS62 closed 4 years ago

JojoS62 commented 4 years ago

the .gitignore file contains historical path names, it should contain

BUILD
mbed-os
*.py*

this should be checked in other examples too.

0xc0170 commented 4 years ago

Thanks for raising this , we shall update all examples

0xc0170 commented 4 years ago

This would be my proposal:

# Default Build Directory
.build/
BUILD/
.mbed
venv/

# mbed build system
mbed-os/
mbed_settings.py
mbed_config.h
*.pyc

# exporters 
GettingStarted.html
ciarmcom commented 4 years ago

Internal Jira reference: https://jira.arm.com/browse/IOTCORE-1403

adbridge commented 4 years ago

Apologies, this was closed in error by the automated bot - re-opening.