[llvm] r289645 - [AVR] Add the integrated testing tool to the .gitignore

Dylan McKay via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 14 03:47:15 PST 2016


Author: dylanmckay
Date: Wed Dec 14 05:47:14 2016
New Revision: 289645

URL: http://llvm.org/viewvc/llvm-project?rev=289645&view=rev
Log:
[AVR] Add the integrated testing tool to the .gitignore

We build it as an LLVM tool.

Modified:
    llvm/trunk/.gitignore

Modified: llvm/trunk/.gitignore
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/.gitignore?rev=289645&r1=289644&r2=289645&view=diff
==============================================================================
--- llvm/trunk/.gitignore (original)
+++ llvm/trunk/.gitignore Wed Dec 14 05:47:14 2016
@@ -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.




More information about the llvm-commits mailing list