Nam Nguyen Hoai e3cffc5bde 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
2017-06-15 10:31:42 +07:00

58 lines
569 B
Plaintext

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
# C extensions
*.so
# Distribution / packaging
.Python
env/
bin/
build/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.cache
nosetests.xml
coverage.xml
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# Rope
.ropeproject
# Django stuff:
*.log
*.pot
# Sphinx documentation
doc/build/
# Author
AUTHORS
ChangeLog