about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2023-04-05 16:20:20 +0200
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2023-04-06 17:38:45 +0200
commitb769ad26b08f65e9d741d8b720b9bfb8038a2808 (patch)
treed553e423172cf344e3db33499184fbab76429dff
parent5af59b67b43dbdd492ee53e53db413f01ff4f5d9 (diff)
downloadrust-b769ad26b08f65e9d741d8b720b9bfb8038a2808.tar.gz
rust-b769ad26b08f65e9d741d8b720b9bfb8038a2808.zip
Add `llvm` folder to .gitignore file
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 12ed5667563..c5ed7de200c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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