aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
blob: dd5de6b7c14d9b87b31d8c0cb7e179faa5beff43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
src/device/stm32/*.s
src/device/sam/*.go
src/device/sam/*.s
vendor