Ignore docs directory in git.

Change-Id: I05cc3726ea320bbf9c16af72f04910422fecdd75
This commit is contained in:
Kongqun Yang 2014-01-24 11:51:37 -08:00 committed by KongQun Yang
parent f05040fa18
commit 1e79eeb086
1 changed files with 4 additions and 3 deletions

7
.gitignore vendored
View File

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