
* set the maximum line length to 100 * removed unnecessary ignores * updated codes for pep8 * added apache 2.0 license for missed files Change-Id: If9398a8fdd094e50d6a07cb73f7389558dbe0a0d Signed-off-by: Amir Mofakhar <amofakhar@op5.com>
23 lines
198 B
Plaintext
Executable File
23 lines
198 B
Plaintext
Executable File
*.cache
|
|
*.classpath
|
|
*.project
|
|
*.target/
|
|
*.settings/
|
|
.idea
|
|
target/
|
|
test-output/
|
|
test-config.yml
|
|
*.swp
|
|
*.iml
|
|
bin/
|
|
*.pyc
|
|
.tox
|
|
build
|
|
dist
|
|
*.egg-info
|
|
*.egg
|
|
cover/
|
|
.coverage
|
|
.testrepository/
|
|
.venv
|
|
.stestr |