Add llvm folder to .gitignore file

This commit is contained in:
Guillaume Gomez 2023-04-05 16:20:20 +02:00
parent 5af59b67b4
commit b769ad26b0

2
.gitignore vendored
View File

@ -23,3 +23,5 @@ benchmarks
tools/llvm-project tools/llvm-project
tools/llvmint tools/llvmint
tools/llvmint-2 tools/llvmint-2
# The `llvm` folder is generated by the `tools/generate_intrinsics.py` script to update intrinsics.
llvm