From 1adeac1d24b8b0b812e32c38f84ea38b5609e264 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=A4felfinger?= Date: Sun, 24 Feb 2019 00:32:55 +0100 Subject: [PATCH] ignore local image test folder --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 667c7e2..a57b3bf 100644 --- a/.gitignore +++ b/.gitignore @@ -25,4 +25,6 @@ _testmain.go *.prof .idea/ -*.log \ No newline at end of file +*.log + +test/ \ No newline at end of file