aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorAyke van Laethem <[email protected]>2018-09-23 20:37:22 +0200
committerAyke van Laethem <[email protected]>2018-09-23 20:37:22 +0200
commitb9638315d2dbac253d1e867d4a61f689932f2d48 (patch)
tree494a7b39840fa350361d72e6123ea3dffe5a0ab1 /.gitignore
parent3850530c88e51c6cb023b5a53cf6f4a1e074e987 (diff)
downloadtinygo-b9638315d2dbac253d1e867d4a61f689932f2d48.tar.gz
tinygo-b9638315d2dbac253d1e867d4a61f689932f2d48.zip
avr: automatically generate interrupt vectors
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b3a998502..1d1db7fe7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,7 @@ build
docs/_build
src/device/avr/*.go
src/device/avr/*.ld
+src/device/avr/*.s
src/device/nrf/*.go
src/device/nrf/*.s
src/device/stm32/*.go