Make Git ignore files generated by doc builds

Make Git ignore the AUTHORS and ChangeLog files generated by
setup.py build_sphinx invocations.

Change-Id: I6d822623652caf1721a8132d03ed4530d080a378
This commit is contained in:
Jeremy Stanley 2016-08-26 16:39:17 +00:00
parent 832ea2d004
commit 028048235c
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -4,5 +4,7 @@ doc/build
pbr*.egg
*.pyc
*.swp
AUTHORS
ChangeLog
ossa/*.rst