Add temp files of vim and cover tox job to .gitignore file

Without this change git considers temp files of vim and cover tox job as new
files, so add them to .gitignore.

Change-Id: Id1f7b2785b928dedd00f0848aad7ad81718699eb
This commit is contained in:
vponomaryov 2014-10-01 14:10:17 +03:00
parent 33b838a4bd
commit 6266fc86c7
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -1,8 +1,11 @@
*.pyc
*.swp
.coverage
.idea
.testrepository
.tox/*
.venv
cover/*
subunit.log
python_manilaclient.egg-info
setuptools_git*.egg