Skip to content

Commit

Permalink
ignore test data generated
Browse files Browse the repository at this point in the history
  • Loading branch information
medyagh committed May 14, 2020
1 parent 35f0ee7 commit 163963c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
docker run -it -v $(CURDIR)/testdata/docker-test:/data local/gopogh ./text2html.sh

0 comments on commit 163963c

Please sign in to comment.