91ec888fd2
If we run unittests there are appear dir .venv and file subunit.log So, add these files to gitignore. Change-Id: I64c400d1333e12b87da7fcd2c64772964e3f1b3c
12 lines
140 B
Plaintext
12 lines
140 B
Plaintext
*.pyc
|
|
.idea
|
|
.testrepository
|
|
.tox/*
|
|
.venv
|
|
subunit.log
|
|
python_manilaclient.egg-info
|
|
setuptools_git*.egg
|
|
setuptools_git*.egg
|
|
AUTHORS
|
|
ChangeLog
|