Ignoring some llvm files we don't care about
This commit is contained in:
parent
65ac7dcd7b
commit
3880bd0093
10
.gitignore
vendored
10
.gitignore
vendored
@ -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
3
cpp/llvm/.gitignore
vendored
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user