fix warning when run tox -epy27

<string>:53: (WARNING/2) Literal block expected; none found.

also add auto-generated files to ignore list

Change-Id: Ia2de53a0248223aa634ffd833697d1f6822f6013
This commit is contained in:
ZhiQiang Fan 2016-04-25 22:33:53 +08:00
parent 23c3a269a4
commit a864ec466b
2 changed files with 4 additions and 2 deletions

4
.gitignore vendored
View File

@ -2,4 +2,6 @@
doc/build
*.egg-info
*.pyc
.tox
.tox
AUTHORS
ChangeLog

View File

@ -50,7 +50,7 @@ Some notes about using this template:
you should add the APIImpact flag to the commit message. Specifications with
the APIImpact flag can be found with the following query::
https://review.openstack.org/#/q/status:open+project:openstack/ceilometer-specs+message:apiimpact,n,z
https://review.openstack.org/#/q/status:open+project:openstack/ceilometer-specs+message:apiimpact,n,z
Problem description