1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

[AVR] Add the integrated testing tool to the .gitignore

We build it as an LLVM tool.

llvm-svn: 289645
This commit is contained in:
Dylan McKay 2016-12-14 11:47:14 +00:00
parent f0a90b93e6
commit 39c862ae4e

2
.gitignore vendored
View File

@ -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.