From 1e79eeb086b35ab60a4e6dbd256f43e31f1420c8 Mon Sep 17 00:00:00 2001 From: Kongqun Yang Date: Fri, 24 Jan 2014 11:51:37 -0800 Subject: [PATCH] Ignore docs directory in git. Change-Id: I05cc3726ea320bbf9c16af72f04910422fecdd75 --- .gitignore | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 45dee355b2..3921ecf41a 100644 --- a/.gitignore +++ b/.gitignore @@ -4,8 +4,9 @@ .pydevproject .repo .settings -out/* -/third_party/gold/ +docs/ +out/ +third_party/gold/ # Ignore llvm-build. This is only when you are using clang. Address Sanitizer # requires clang. -/third_party/llvm-build/ +third_party/llvm-build/