aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
blob: 81ed9b66475b289cf21d36e3488e73bc82936e05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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/sam/*.go
src/device/sam/*.s
src/device/sifive/*.go
src/device/sifive/*.s
src/device/stm32/*.go
src/device/stm32/*.s
vendor
llvm-build
llvm-project