Ignore artifacts of tox docs build

Running tox -e docs generates extra .rst files under doc/source/ which
are not tracked in git, so add them to .gitignore.

Change-Id: Ic6f6f8ff3bb2e87c412f84532e74b821a0518367
This commit is contained in:
Adam Spiers 2018-03-06 22:56:48 +00:00
parent 4b0d792193
commit 3ddfa74554

5
.gitignore vendored
View File

@ -16,4 +16,9 @@ doc/source/*/*.rst
doc/source/ptl.rst
doc/source/tc.rst
doc/source/events.rst
doc/source/configuration.rst
doc/source/results/*/announce_ptl.rst
doc/source/results/*/announce_tc.rst
doc/source/results/*/ptl.rst
doc/source/results/*/tc.rst
rolls