aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorAyke van Laethem <[email protected]>2019-03-30 12:54:36 +0100
committerRon Evans <[email protected]>2019-07-07 14:03:24 +0200
commitffa38b183b32331dd247e337a985c4eb5a7d9350 (patch)
tree2f858af25739909e2da7f6b0b3e59eacc5071d41 /.gitignore
parentf0eb4eef5a842be56288590ef3ba8766432c67ac (diff)
downloadtinygo-ffa38b183b32331dd247e337a985c4eb5a7d9350.tar.gz
tinygo-ffa38b183b32331dd247e337a985c4eb5a7d9350.zip
all: add HiFive1 rev B board with RISC-V architecture
This page has been a big help in adding support for this new chip: https://wiki.osdev.org/HiFive-1_Bare_Bones
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 4f2fc845e..2e425ebd1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,10 +5,12 @@ src/device/avr/*.ld
src/device/avr/*.s
src/device/nrf/*.go
src/device/nrf/*.s
-src/device/stm32/*.go
-src/device/stm32/*.s
src/device/sam/*.go
src/device/sam/*.s
+src/device/sifive/*.go
+src/device/sifive/*.s
+src/device/stm32/*.go
+src/device/stm32/*.s
vendor
llvm
llvm-build