e609bd46b0
* set the maximum line length to 100 * cleaned up the codes for pep8 * removed pep8 check ignores Change-Id: I5d3e2f13117638b0a8af051b9faa64ce1a2dd04e Signed-off-by: Amir Mofakhar <amofakhar@op5.com>
32 lines
352 B
Plaintext
32 lines
352 B
Plaintext
*.mo
|
|
*.pyc
|
|
*.swp
|
|
*.sqlite3
|
|
*.lock
|
|
.environment_version
|
|
.selenium_log
|
|
.coverage*
|
|
.noseids
|
|
.DS_STORE
|
|
*.egg/
|
|
*.egg-info/
|
|
coverage.xml
|
|
nosetests.xml
|
|
pep8.txt
|
|
pylint.txt
|
|
reports
|
|
horizon.egg-info
|
|
monitoring/test/.secret_key_store
|
|
doc/build/
|
|
doc/source/sourcecode
|
|
/static/
|
|
.venv
|
|
.tox
|
|
build
|
|
dist
|
|
AUTHORS
|
|
ChangeLog
|
|
tags
|
|
openstack_dashboard/dummydb.sqlite
|
|
.idea
|