Fix .gitignore to ignore only top level path.

Change-Id: Id311ce1003f1d897e22c6fcb5a997f3bdb8651e3
This commit is contained in:
Kongqun Yang 2014-02-20 15:04:48 -08:00
parent b51f20d40c
commit 5dd4a8cb45
1 changed files with 6 additions and 6 deletions

12
.gitignore vendored
View File

@ -4,11 +4,11 @@
.pydevproject .pydevproject
.repo .repo
.settings .settings
base/ /base/
build/ /build/
docs/ /docs/
out/ /out/
third_party/gold/ /third_party/gold/
# Ignore llvm-build. This is only when you are using clang. Address Sanitizer # Ignore llvm-build. This is only when you are using clang. Address Sanitizer
# requires clang. # requires clang.
third_party/llvm-build/ /third_party/llvm-build/