From 5dd4a8cb455e12f8c5c24bd6564705181244fdd7 Mon Sep 17 00:00:00 2001 From: Kongqun Yang Date: Thu, 20 Feb 2014 15:04:48 -0800 Subject: [PATCH] Fix .gitignore to ignore only top level path. Change-Id: Id311ce1003f1d897e22c6fcb5a997f3bdb8651e3 --- .gitignore | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 91c8211464..478a962588 100644 --- a/.gitignore +++ b/.gitignore @@ -4,11 +4,11 @@ .pydevproject .repo .settings -base/ -build/ -docs/ -out/ -third_party/gold/ +/base/ +/build/ +/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/