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:
Rintaro Kuroiwa 2014-01-16 11:02:10 -08:00
parent e4d94be0d3
commit 014cde57bd
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -5,3 +5,7 @@
.repo .repo
.settings .settings
out/* out/*
# Ignore llvm-build. This is only when you are using clang. Address Sanitizer
# requires clang.
/third_party/llvm-build/