mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-04-22 05:38:00 +00:00
975b610d9f
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>
3 lines
91 B
Plaintext
3 lines
91 B
Plaintext
# This is no longer in .gitignore; we add it here (honored by tools like rg and fd).
|
|
llvm/
|