From 65ac7dcd7b3f1e9ceba2162996820147782d07d5 Mon Sep 17 00:00:00 2001 From: Strahinja Val Markovic Date: Thu, 5 Jul 2012 18:24:45 -0700 Subject: [PATCH] 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. --- cpp/llvm/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/llvm/.gitignore b/cpp/llvm/.gitignore index b3d030e5..425473af 100644 --- a/cpp/llvm/.gitignore +++ b/cpp/llvm/.gitignore @@ -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