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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,5 +1,6 @@
|
||||
*.pyc
|
||||
.idea
|
||||
.testrepository
|
||||
.tox/*
|
||||
python_manilaclient.egg-info
|
||||
setuptools_git*.egg
|
||||
|
||||
Reference in New Issue
Block a user