Skip to content

Commit d9de836

Browse files
author
Dylan McKay
committedDec 14, 2016
[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
1 parent f4f8560 commit d9de836

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ tools/lld
5858
tools/llgo
5959
# Polly, which is tracked independently.
6060
tools/polly
61+
# avrlit, which is tracked independently.
62+
tools/avrlit
6163
# Sphinx build tree, if building in-source dir.
6264
docs/_build
6365
# VSCode config files.

0 commit comments

Comments
 (0)