summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Powers <josh.powers@canonical.com>2017-03-10 13:13:16 -0700
committerScott Moser <smoser@brickies.net>2017-03-13 14:47:04 -0400
commitd97ca2c89518e71ced86c057d8f853a457458cc9 (patch)
tree5dbe810c4f84c4e7524f2ec471adbd573b5d313e
parent4783ac0562ff3eb9ca1dfa82bccaf022c4187d16 (diff)
downloadvyos-cloud-init-d97ca2c89518e71ced86c057d8f853a457458cc9.tar.gz
vyos-cloud-init-d97ca2c89518e71ced86c057d8f853a457458cc9.zip
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 uncommited changes.
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 865cac15..3946ec76 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ dist
__pycache__
.tox
.coverage
+doc/rtd_html