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:
parent
6ea344fcbb
commit
65ac7dcd7b
2
cpp/llvm/.gitignore
vendored
2
cpp/llvm/.gitignore
vendored
@ -37,6 +37,6 @@ projects/*
|
|||||||
!projects/CMakeLists.txt
|
!projects/CMakeLists.txt
|
||||||
!projects/Makefile
|
!projects/Makefile
|
||||||
# Clang, which is tracked independently.
|
# Clang, which is tracked independently.
|
||||||
tools/clang
|
# tools/clang
|
||||||
# LLDB, which is tracked independently.
|
# LLDB, which is tracked independently.
|
||||||
tools/lldb
|
tools/lldb
|
||||||
|
Loading…
Reference in New Issue
Block a user