From 041eef73fe6f0791a4f20e2bb6380005e798c7ea Mon Sep 17 00:00:00 2001 From: Todd Gill Date: Thu, 4 Oct 2018 15:43:11 -0400 Subject: [PATCH] Add tests/.gitignore to ignore files created during test runs Signed-off-by: Todd Gill --- tests/.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/.gitignore diff --git a/tests/.gitignore b/tests/.gitignore new file mode 100644 index 0000000..54e1eb4 --- /dev/null +++ b/tests/.gitignore @@ -0,0 +1,3 @@ +# Ignore tests runs/artifacts. +artifacts/** +**/*.retry