python-manilaclient/.gitignore
Valeriy Ponomaryov 91ec888fd2 Add .venv and subunit.log to .gitignore
If we run unittests there are appear dir .venv and file subunit.log
So, add these files to gitignore.

Change-Id: I64c400d1333e12b87da7fcd2c64772964e3f1b3c
2014-09-09 11:07:56 +00:00

12 lines
140 B
Plaintext

*.pyc
.idea
.testrepository
.tox/*
.venv
subunit.log
python_manilaclient.egg-info
setuptools_git*.egg
setuptools_git*.egg
AUTHORS
ChangeLog