Add tools/lld to .gitignore.

llvm-svn: 156021
This commit is contained in:
Michael J. Spencer 2012-05-02 21:25:32 +00:00
parent 2980927107
commit 4e639f168c
1 changed files with 2 additions and 0 deletions

2
llvm/.gitignore vendored
View File

@ -40,5 +40,7 @@ projects/*
tools/clang
# LLDB, which is tracked independently.
tools/lldb
# lld, which is tracked independently.
tools/lld
# Sphinx build tree, if building in-source dir.
docs/_build