Files
google-apis-rs/.gitignore
Sebastian Thiel cefd606b53 feat(make): cli depends on API, generically
This allows us to build efficiently. CLI programs can now have their
own cmn.rs implementation, which we can test standalone with
`cargo test`.

The primary makefile currently just explicitly pulls in the type-*.yaml,
one day we could possibly put it into a loop.

Fixes #11
2015-03-24 12:56:24 +01:00

12 lines
112 B
Plaintext

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