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 69c12ccb9f
commit 105c7edf7c
1 changed files with 2 additions and 0 deletions

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