From 39c862ae4e6036d142fb7138a378b3f54cefdad8 Mon Sep 17 00:00:00 2001 From: Dylan McKay Date: Wed, 14 Dec 2016 11:47:14 +0000 Subject: [PATCH] [AVR] Add the integrated testing tool to the .gitignore We build it as an LLVM tool. llvm-svn: 289645 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) 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.