Files
python-cinderclient/.gitignore
Bhuvan Arumugam 314fa34b75 Auto generate AUTHORS file for python-cinderclient component.
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
2012-06-02 00:06:01 -07:00

13 lines
97 B
Plaintext

.coverage
.venv
*,cover
cover
*.pyc
.idea
*.swp
*~
AUTHORS
build
dist
python_novaclient.egg-info