election/.gitignore
Adam Spiers 3ddfa74554 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
2018-03-06 23:00:52 +00:00

25 lines
411 B
Plaintext

.*sw?
*~
.tox
doc/build
*.egg-info
pbr*.egg
reference/projects/*.rst
*.pyc
AUTHORS
ChangeLog
.projects*yaml
.projects*.pkl
.testrepository
doc/source/archive_toc.rst
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