06e7520065
1.update the gitingore file for .swp. 2.delete the no need line before build the docs in tox.ini. Change-Id: I64b9da411a902a9cedf90d69f59e3d32cc1913e1
51 lines
478 B
Plaintext
51 lines
478 B
Plaintext
*.py[cod]
|
|
*.sqlite
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Packages
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
.venv
|
|
eggs
|
|
parts
|
|
bin
|
|
var
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
lib
|
|
lib64
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
|
|
# Unit test / coverage reports
|
|
.coverage
|
|
.tox
|
|
nosetests.xml
|
|
cover/*
|
|
.testrepository/
|
|
subunit.log
|
|
.mistral.conf
|
|
ChangeLog
|
|
|
|
# Translations
|
|
*.mo
|
|
|
|
# Mr Developer
|
|
.mr.developer.cfg
|
|
.project
|
|
.pydevproject
|
|
.idea
|
|
.DS_Store
|
|
etc/*.conf
|
|
tools/lintstack.head.py
|
|
tools/pylint_exceptions
|
|
|
|
#Linux swap file
|
|
*.swp
|