6266fc86c7
Without this change git considers temp files of vim and cover tox job as new files, so add them to .gitignore. Change-Id: Id1f7b2785b928dedd00f0848aad7ad81718699eb
15 lines
164 B
Plaintext
15 lines
164 B
Plaintext
*.pyc
|
|
*.swp
|
|
.coverage
|
|
.idea
|
|
.testrepository
|
|
.tox/*
|
|
.venv
|
|
cover/*
|
|
subunit.log
|
|
python_manilaclient.egg-info
|
|
setuptools_git*.egg
|
|
setuptools_git*.egg
|
|
AUTHORS
|
|
ChangeLog
|