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
.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/