Skip to content

Commit 975b610

Browse files
authored
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 <[email protected]>
1 parent ad61b6e commit 975b610

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.ignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# This is no longer in .gitignore; we add it here (honored by tools like rg and fd).
2+
llvm/

0 commit comments

Comments
 (0)