summaryrefslogtreecommitdiff
path: root/llvm/.gitignore
diff options
context:
space:
mode:
authorDylan McKay <dylanmckay34@gmail.com>2016-12-14 11:47:14 +0000
committerDylan McKay <dylanmckay34@gmail.com>2016-12-14 11:47:14 +0000
commitcfd1ce6a526a0d66853260a0f0eb777abdd0119b (patch)
tree7f4d75bf918e13f3ca8b45ef056393733fc37441 /llvm/.gitignore
parente00b96ecbd88560b225ebb0c5bc72638eaad0509 (diff)
downloadllvm-cfd1ce6a526a0d66853260a0f0eb777abdd0119b.tar.gz
[AVR] Add the integrated testing tool to the .gitignore
We build it as an LLVM tool. llvm-svn: 289645
Diffstat (limited to 'llvm/.gitignore')
-rw-r--r--llvm/.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/.gitignore b/llvm/.gitignore
index ef095143192d..6a183cd6b240 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.