Fix .gitignore to ignore only top level path.
Change-Id: Id311ce1003f1d897e22c6fcb5a997f3bdb8651e3
This commit is contained in:
parent
b51f20d40c
commit
5dd4a8cb45
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue