Update .gitignore to ignore out logs

When you have running tox -elint, it's will generate logs dir in the
project, It's useful to add logs in .gitignore to avoid logs to be
commited. And, when you have using pycharm to open this project, it's
will generate a hide dir .idea, so it's also needed to be ignore

Change-Id: Ia86897b5971703cb83c8b32d502ce955b8419ac0
This commit is contained in:
linbing 2016-09-24 06:21:47 +08:00
parent 94a12b6b8a
commit 42f1a5ecc5
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -8,4 +8,6 @@
.testrepository
.tox
.venv
logs
.idea
AUTHORS