Update .gitignore file for non-static files generated

All non-static files that could be generated via tox
are put in .gitignore just like tempest, this helps
in developing and not worry about those dot files
as some local changes.

Change-Id: Ib467f6965d921a512d5c1a5397b178d0da3fb92b
This commit is contained in:
hayderimran7 2015-09-14 19:51:50 -07:00 committed by hayderimran7
parent 5eec3e1a74
commit 017660923f
1 changed files with 10 additions and 0 deletions

10
.gitignore vendored
View File

@ -1,10 +1,20 @@
*.pyc
*~
etc/ec2api/ec2api.conf.sample
.project
.pydevproject
ec2_api.egg-info
.tox
*.log
*.egg
*.swp
*.swo
build
dist
.testrepository
/functional_tests.conf*
/buckets
.venv
.coverage*
!.coveragerc
cover/