mirror of
https://gerrit.googlesource.com/git-repo
synced 2026-05-30 22:49:48 +00:00
67e52a120b
This tool isn't installed on CI bot images so we've been skipping it, but this is causing people to not run tests locally, and ignore errors. Use cipd to pull the tool in when available. Then revert a recent man change that the tool rejects. Change-Id: I1030d0070fd5a624656eba7434ae6ec99b2e3f2d Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/582401 Reviewed-by: Greg Edelston <gredelston@google.com> Tested-by: Mike Frysinger <vapier@google.com>
15 lines
120 B
Plaintext
15 lines
120 B
Plaintext
*.asc
|
|
*.egg-info/
|
|
*.log
|
|
*.pyc
|
|
__pycache__
|
|
/dist
|
|
.repopickle_*
|
|
/repoc
|
|
/.cipd_bin
|
|
/.tox
|
|
/.venv
|
|
|
|
# PyCharm related
|
|
/.idea/
|