devstack-gate/.gitignore
Bhuvan Arumugam 393e275644 Generate AUTHORS and ChangeLog for devstack-gate.
Bug: 1027344

Inline with changes in other projects, generate AUTHORS
and ChangeLog to include in release package.

* .gitignore
  Ignore these 2 files.

* MANIFEST.in
  Include them in the package.

* setup.py
  Command class to generate these files, from openstack.common.

* devstackgate/openstack/common/setup.py
  Import from openstack.common project.

* openstack-common.conf
  Configuration file to sync changes using the update script.

Change-Id: Ia08d70600e012be7759a03f3afe21aa09b804262
2012-07-20 21:37:21 -07:00

19 lines
157 B
Plaintext

*.pyc
*.swp
vendor
.ksl-venv
.venv
.tox
devstack_gate.egg-info/
*.log
.coverage
covhtml
AUTHORS
ChangeLog
pep8.txt
nosetests.xml
*.db
.DS_Store
build/
dist/