Skip to content

Commit ba60936

Browse files
authored
Merge pull request rust-lang#260 from GuillaumeGomez/ignore-llvm
Add `llvm` folder to .gitignore file
2 parents 24ea06b + b769ad2 commit ba60936

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ benchmarks
2323
tools/llvm-project
2424
tools/llvmint
2525
tools/llvmint-2
26+
# The `llvm` folder is generated by the `tools/generate_intrinsics.py` script to update intrinsics.
27+
llvm

0 commit comments

Comments
 (0)