diff options
-rw-r--r-- | llvm/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/.gitignore b/llvm/.gitignore index ef095143192..6a183cd6b24 100644 --- a/llvm/.gitignore +++ b/llvm/.gitignore @@ -58,6 +58,8 @@ tools/lld tools/llgo # Polly, which is tracked independently. tools/polly +# avrlit, which is tracked independently. +tools/avrlit # Sphinx build tree, if building in-source dir. docs/_build # VSCode config files. |