1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 02:33:06 +01:00

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 658b3efc30
commit ed1c1e9fcf

2
.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