Add the LLVM dir to the .ignore file (#419)

LLVM is now a submodule and no longer in `.gitignore`. Thus, some dev
tools I use, like `rg` and `fd`, now consider the `llvm/` directory.
This PR fixes that by adding `llvm/` to the `.ignore` file.

Signed-off-by: xermicus <bigcyrill@hotmail.com>
This commit is contained in:
xermicus
2025-11-21 14:43:44 +01:00
committed by GitHub
parent ad61b6e3c9
commit 975b610d9f
+2
View File
@@ -0,0 +1,2 @@
# This is no longer in .gitignore; we add it here (honored by tools like rg and fd).
llvm/