cloud-init-dev team mailing list archive
-
cloud-init-dev team
-
Mailing list archive
-
Message #01686
[Merge] ~powersj/cloud-init:gitignore-tox-doc-html into cloud-init:master
Joshua Powers has proposed merging ~powersj/cloud-init:gitignore-tox-doc-html into cloud-init:master.
Commit message:
gitignore: adding doc/rtd_html
When running tox -e doc it produces the complete read the docs
output and places it in doc/rtd_html. This is not ignored by git
and shows up as uncommitted changes.
Requested reviews:
cloud init development team (cloud-init-dev)
For more details, see:
https://code.launchpad.net/~powersj/cloud-init/+git/cloud-init/+merge/319626
--
Your team cloud init development team is requested to review the proposed merge of ~powersj/cloud-init:gitignore-tox-doc-html into cloud-init:master.
diff --git a/.gitignore b/.gitignore
index 865cac1..3946ec7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ dist
__pycache__
.tox
.coverage
+doc/rtd_html
Follow ups