Add testrepository to git ignores.

Now that we're updating our test runner we need
to add the git ignore rule for testrepository.

Change-Id: I0cf33598ef947750953624eccb5d34d78df462ed
This commit is contained in:
John Griffith 2013-05-30 11:13:49 -06:00
parent c45d5ddaae
commit e6f7751afa
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -6,6 +6,7 @@
*.swp
.cinder-venv
.coverage
.testrepository
.tox
.venv
AUTHORS