From 3da90d8bad06790397b3f962ac3a5f1351d24a96 Mon Sep 17 00:00:00 2001 From: Rintaro Kuroiwa Date: Thu, 16 Jan 2014 14:56:24 -0800 Subject: [PATCH] Ignore gold directory for pulling in gold linker Change-Id: I00e4c80c6b14d9173d62b898e8a0cf7603e03ee5 --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8111f6535f..45dee355b2 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,7 @@ .repo .settings out/* - +/third_party/gold/ # Ignore llvm-build. This is only when you are using clang. Address Sanitizer # requires clang. /third_party/llvm-build/