From e6f7751afacc17ff8d23ecb0088558c6ec84a57b Mon Sep 17 00:00:00 2001 From: John Griffith Date: Thu, 30 May 2013 11:13:49 -0600 Subject: [PATCH] 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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5c7fdbd5efe..929b51fff44 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ *.swp .cinder-venv .coverage +.testrepository .tox .venv AUTHORS