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