Ignore third_party/llvm-build
This only matters if you pull clang for building the packager. clang binaries gets pulled in to third_party/llvm-build if you run the script in tools/clang/scripts/update.sh. clang is useful for ASAN and style (and better compiler error output). Change-Id: Id615d739f80e92036fe13c3152569e51aed8a7f0
This commit is contained in:
parent
e4d94be0d3
commit
014cde57bd
|
@ -5,3 +5,7 @@
|
|||
.repo
|
||||
.settings
|
||||
out/*
|
||||
|
||||
# Ignore llvm-build. This is only when you are using clang. Address Sanitizer
|
||||
# requires clang.
|
||||
/third_party/llvm-build/
|
||||
|
|
Loading…
Reference in New Issue