aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorAyke van Laethem <[email protected]>2018-09-22 01:51:44 +0200
committerAyke van Laethem <[email protected]>2018-09-22 01:51:44 +0200
commitdd5b5a381cf336ebdaf8fe1ac43fbf5d16c4aecd (patch)
treec8e7ae82c9e9a4de70267763ce47afa6c1f17389 /.gitignore
parent12298d23a776e2e8051e5b8f63591e7e5c9864c3 (diff)
downloadtinygo-dd5b5a381cf336ebdaf8fe1ac43fbf5d16c4aecd.tar.gz
tinygo-dd5b5a381cf336ebdaf8fe1ac43fbf5d16c4aecd.zip
stm32: initial support
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index ff2563eba..890c77b2d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,5 @@ src/device/avr/*.go
src/device/avr/*.ld
src/device/nrf/*.go
src/device/nrf/*.s
+src/device/stm32/*.go
+src/device/stm32/*.s