From ac52799c7e5a893b25795908780e7b2e3661ca84 Mon Sep 17 00:00:00 2001 From: Antioch Peverell <30642645+antiochp@users.noreply.github.com> Date: Fri, 25 May 2018 21:34:49 -0400 Subject: [PATCH] add test_output to .gitignore (#1092) wallet tests create this dir --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d124989de..b4e04acb5 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ Cargo.lock *.iml grin.log wallet.seed +test_output