Ignoring some llvm files we don't care about

This commit is contained in:
Strahinja Val Markovic 2012-07-05 19:46:59 -07:00
parent 65ac7dcd7b
commit 3880bd0093
2 changed files with 13 additions and 0 deletions

10
.gitignore vendored
View File

@ -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

3
cpp/llvm/.gitignore vendored
View File

@ -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.