From cfd1ce6a526a0d66853260a0f0eb777abdd0119b Mon Sep 17 00:00:00 2001 From: Dylan McKay Date: Wed, 14 Dec 2016 11:47:14 +0000 Subject: [AVR] Add the integrated testing tool to the .gitignore We build it as an LLVM tool. llvm-svn: 289645 --- llvm/.gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to 'llvm/.gitignore') diff --git a/llvm/.gitignore b/llvm/.gitignore index ef09514..6a183cd 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. -- cgit v1.1