mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-18 11:33:59 +00:00
gitignore: ignore llvm-project directory
It was ignored before when the directory was still just called llvm, but now it isn't anymore. Fix that.
This commit is contained in:
committed by
Ron Evans
parent
a7d00f1b6d
commit
9d47897368
+1
-1
@@ -12,5 +12,5 @@ src/device/sifive/*.s
|
|||||||
src/device/stm32/*.go
|
src/device/stm32/*.go
|
||||||
src/device/stm32/*.s
|
src/device/stm32/*.s
|
||||||
vendor
|
vendor
|
||||||
llvm
|
|
||||||
llvm-build
|
llvm-build
|
||||||
|
llvm-project
|
||||||
|
|||||||
Reference in New Issue
Block a user