git: Add tools/lldb to the ignore list.

llvm-svn: 144328
This commit is contained in:
Daniel Dunbar 2011-11-10 22:55:50 +00:00
parent e7024f983a
commit 49cd5584f8

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