summaryrefslogtreecommitdiff
path: root/.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
commitd9de8365d1afc07bfe840783511d2a9763b59f0c (patch)
tree9c5b9b9fe0f55fd3ed24620b31b12de5ff6eb779 /.gitignore
parentf4f85607e05128be9bbded5ca2840b11637a1256 (diff)
[AVR] Add the integrated testing tool to the .gitignore
We build it as an LLVM tool. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@289645 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index ef095143192..6a183cd6b24 100644
--- a/.gitignore
+++ b/.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.