From 014cde57bd758daf885fbba5e6949e97d03188cc Mon Sep 17 00:00:00 2001 From: Rintaro Kuroiwa Date: Thu, 16 Jan 2014 11:02:10 -0800 Subject: [PATCH] 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 --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index ca019d656b..8111f6535f 100644 --- a/.gitignore +++ b/.gitignore @@ -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/