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:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -51,3 +51,7 @@ coverage.xml
|
|||||||
|
|
||||||
# Sphinx documentation
|
# Sphinx documentation
|
||||||
doc/build/
|
doc/build/
|
||||||
|
|
||||||
|
# Author
|
||||||
|
AUTHORS
|
||||||
|
ChangeLog
|
||||||
|
|||||||
Reference in New Issue
Block a user