Add AUTHORS, ChangeLog, doc/build/ to gitignore

These file should be ignored because they are generated by the command, "tox -e docs"

AUTHORS
ChangeLog
doc/build/

Change-Id: I5b9e2adc851800f0391d236d266c33606fc160df
Closes-Bug: 1493670
This commit is contained in:
Kuo-tung Kao 2015-09-09 14:04:57 +08:00
parent 84535cf15a
commit 800e69e8fe
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -20,3 +20,6 @@ __pycache__/
# the files generated from tox command.
.testrepository/
AUTHORS
ChangeLog
doc/build