Ignore some files during running tox

When we run "tox" command, there are two
redundancy files named AUTHORS and ChangeLog.
They should be ignored.

Change-Id: Ia49bbe32f32054365f6380709edf55083693b019
This commit is contained in:
Nam Nguyen Hoai 2017-06-15 10:31:42 +07:00
parent 24af5dcbee
commit e3cffc5bde
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -51,3 +51,7 @@ coverage.xml
# Sphinx documentation
doc/build/
# Author
AUTHORS
ChangeLog