diff options
author | Joshua Powers <josh.powers@canonical.com> | 2017-03-10 13:13:16 -0700 |
---|---|---|
committer | Scott Moser <smoser@brickies.net> | 2017-03-13 14:47:04 -0400 |
commit | d97ca2c89518e71ced86c057d8f853a457458cc9 (patch) | |
tree | 5dbe810c4f84c4e7524f2ec471adbd573b5d313e | |
parent | 4783ac0562ff3eb9ca1dfa82bccaf022c4187d16 (diff) | |
download | vyos-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-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,3 +5,4 @@ dist __pycache__ .tox .coverage +doc/rtd_html |