git: Add tools/lldb to the ignore list.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144328 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Daniel Dunbar 2011-11-10 22:55:50 +00:00
parent 01b55b4a80
commit c55346d39a

2
.gitignore vendored
View File

@ -38,3 +38,5 @@ projects/*
!projects/Makefile
# Clang, which is tracked independently.
tools/clang
# LLDB, which is tracked independently.
tools/lldb