From 4d78be41ef09096576c226319c213431d0c01db6 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Fri, 4 Nov 2016 14:09:29 -0400 Subject: [PATCH] tests: gitignore the .tox subdir Signed-off-by: Alfredo Deza Resolves: pytest#harness --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2a02b511c..adfb76b16 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ rgw-standalone.yml take-over-existing-cluster.yml osd-configure.yml rolling_update.yml +.tox -- 2.39.5