zuul-sphinx/.gitignore
James E. Blair 4eaed1f585 Fix package setup
Sphinx and pbr are run-time requirements of this package.

Remove dep on oslosphinx.

Tell pbr our package name.

Change-Id: Ia23cb2845b4d482888637728ac7712358e5e3629
2017-07-31 14:00:10 -07:00

15 lines
129 B
Plaintext

*.pyc
*~
*.egg-info/
# Unit test / coverage reports
.coverage
.tox
# Sphinx
doc/build
# pbr generates these
AUTHORS
ChangeLog