From d97ca2c89518e71ced86c057d8f853a457458cc9 Mon Sep 17 00:00:00 2001 From: Joshua Powers Date: Fri, 10 Mar 2017 13:13:16 -0700 Subject: 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') 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 -- cgit v1.2.3