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

2
.gitignore vendored
View File

@ -3,3 +3,5 @@ doc/build
*.egg-info
*.pyc
.tox
AUTHORS
ChangeLog