Bug: 976267 Now that git commits are gated by CLA, we shouldn't enforce committers to add an entry in AUTHORS file. The AUTHORS file should be generated automatically, based on git commits. This commit fixes the problem. * AUTHORS Remove this file. * .gitignore Add AUTHORS file. * cinderclient/shell.py pep8 fix. Change-Id: I4e3c4524fc71a11f11b48fcb6abb99e6c7f33e90
13 lines
97 B
Plaintext
13 lines
97 B
Plaintext
.coverage
|
|
.venv
|
|
*,cover
|
|
cover
|
|
*.pyc
|
|
.idea
|
|
*.swp
|
|
*~
|
|
AUTHORS
|
|
build
|
|
dist
|
|
python_novaclient.egg-info
|