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
|
.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/
|
||||||
|
|
Loading…
Reference in New Issue