Add ChangeLog and AUTHORS to .gitignore

Both of those files are generated on the fly when running 'tox -edocs'
and should not be stored in git

Change-Id: Ic2370180d97e0967164566131292a425340cddab
This commit is contained in:
Joe Gordon 2015-05-13 16:16:28 -07:00
parent a5050b373c
commit 98133ec1fd
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -4,6 +4,10 @@
# Build directories # Build directories
doc/build/* doc/build/*
# generated during doc builds
AUTHORS
ChangeLog
# Packages # Packages
*.egg-info/* *.egg-info/*