We DO want clang to be tracked in our in-tree llvm

The llvm gitignore file removes all clang files from revision control. Not what
we want in our case.
This commit is contained in:
Strahinja Val Markovic 2012-07-05 18:24:45 -07:00
parent 6ea344fcbb
commit 65ac7dcd7b

2
cpp/llvm/.gitignore vendored
View File

@ -37,6 +37,6 @@ projects/*
!projects/CMakeLists.txt
!projects/Makefile
# Clang, which is tracked independently.
tools/clang
# tools/clang
# LLDB, which is tracked independently.
tools/lldb