From 8c35ac4650e7174fa052816660038189d7cd5a09 Mon Sep 17 00:00:00 2001 From: Jean-Marc Meessen Date: Thu, 16 Jul 2020 17:25:36 +0200 Subject: [PATCH] Exclude the temporary test output directory --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index caf9d2c..5b90041 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ *.dylib FLEcli executables/* +test/output/temp/* # Test binary, built with `go test -c` *.test