Add .testrepository to .gitignore

After run of unittests .testrepository dir appears,
it should be ignored by git.

Change-Id: Ie1c2254de64d91f537ad096dfa91b22a928f4929
This commit is contained in:
Valeriy Ponomaryov 2014-06-28 23:15:02 +03:00
parent c6b3c90c53
commit b0b4fd00a0
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
*.pyc
.idea
.testrepository
.tox/*
python_manilaclient.egg-info
setuptools_git*.egg