Files
google-apis-rs/.gitignore
Sebastian Thiel 1180314275 chore(make-docs): adjust to build.target-dir
Thanks to the latest cargo 0.3.0, it's possible to keep everything
in the stanard doc output directory, which essentially collects
everything for us.

This creatly reduces the space required to hold all documentation, and
is in fact quite beatiful.
2015-06-21 14:52:34 +02:00

13 lines
124 B
Plaintext

.timestamp
.pyenv-*
.virtualenv
gen/doc
*.go
*.pyc
**target/
**docs/
**build_html/
.*.deps
**Cargo.lock
*.sublime-workspace