From 163963c860045fba6de0800913d50845c869d450 Mon Sep 17 00:00:00 2001 From: Medya Gh Date: Wed, 13 May 2020 23:36:07 -0700 Subject: [PATCH] ignore test data generated --- .gitignore | 2 ++ Makefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e4cade5..9f0816c 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,6 @@ gopogh.exe testdata/minikube-logs2.json testdata/minikube-logs2.html testdata/minikube-logs2.out +testdata/docker-test/testout.json +testdata/docker-test/testout.html ./gopogh \ No newline at end of file diff --git a/Makefile b/Makefile index cf9ad3a..07dbea1 100644 --- a/Makefile +++ b/Makefile @@ -54,4 +54,4 @@ build-image: test-in-docker: rm ./testdata/docker-test/testout.json || true rm ./testdata/docker-test/testout.html || true - docker run -it -v $(pwd)/testdata/docker-test:/data local/gopogh /bin/sh \ No newline at end of file + docker run -it -v $(CURDIR)/testdata/docker-test:/data local/gopogh ./text2html.sh \ No newline at end of file