diff options
author | Ayke van Laethem <[email protected]> | 2018-09-05 11:59:24 +0200 |
---|---|---|
committer | Ayke van Laethem <[email protected]> | 2018-09-05 12:13:33 +0200 |
commit | 93248c93edc7410f756a4499ef71820a7f594e20 (patch) | |
tree | 63f3eb6b26569fa6432de9f40db0795e2f81f6bd /.gitignore | |
parent | 7258553528c4336186b63c6fae8fe3b8c8ee6525 (diff) | |
download | tinygo-93248c93edc7410f756a4499ef71820a7f594e20.tar.gz tinygo-93248c93edc7410f756a4499ef71820a7f594e20.zip |
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 13daec9ae..4953b6481 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ build +src/device/avr/*.go +src/device/avr/*.ld src/device/nrf/*.go |