1
Fork 0

Merge pull request #260 from GuillaumeGomez/ignore-llvm

Add `llvm` folder to .gitignore file
This commit is contained in:
antoyo 2023-04-06 12:17:02 -04:00 committed by GitHub
commit ba60936e48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
.gitignore vendored
View file

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