From 3880bd0093634837a6b90266faf58ae34e6b9db3 Mon Sep 17 00:00:00 2001 From: Strahinja Val Markovic Date: Thu, 5 Jul 2012 19:46:59 -0700 Subject: [PATCH] Ignoring some llvm files we don't care about --- .gitignore | 10 ++++++++++ cpp/llvm/.gitignore | 3 +++ 2 files changed, 13 insertions(+) diff --git a/.gitignore b/.gitignore index 2865b2ec..12144cd2 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,13 @@ nosetests.xml # custom indexer_tests +# These folders in cpp/llvm contain lots of upstream cruft we don't care +# about and would rather not have in our tree... +docs/* +examples/* +www/* + +# ... but excluding these LLVMBuild.txt files breaks the build so we need to +# explicitely include them +!LLVMBuild.txt + diff --git a/cpp/llvm/.gitignore b/cpp/llvm/.gitignore index 425473af..4d68b0e8 100644 --- a/cpp/llvm/.gitignore +++ b/cpp/llvm/.gitignore @@ -36,6 +36,9 @@ projects/* !projects/sample !projects/CMakeLists.txt !projects/Makefile + +# The build breakes without this file +!projects/LLVMBuild.txt # Clang, which is tracked independently. # tools/clang # LLDB, which is tracked independently.