Files
tinygo/.gitignore
T
Ayke van Laethem 93248c93ed avr: remove device files, use them from a subrepository
These files don't really belong in this repository. It's better to
generate them automatically from a source, like the one provided by the
avr-rust project. So a new command `make gen-device-avr` has been
provided for this purpose.
2018-09-05 12:13:33 +02:00

5 lines
66 B
Plaintext

build
src/device/avr/*.go
src/device/avr/*.ld
src/device/nrf/*.go