Ignore docs directory in git.
Change-Id: I05cc3726ea320bbf9c16af72f04910422fecdd75
This commit is contained in:
parent
f05040fa18
commit
1e79eeb086
|
@ -4,8 +4,9 @@
|
||||||
.pydevproject
|
.pydevproject
|
||||||
.repo
|
.repo
|
||||||
.settings
|
.settings
|
||||||
out/*
|
docs/
|
||||||
/third_party/gold/
|
out/
|
||||||
|
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