From 9789dcb2b660e2442116e81fb9422bf7315dbbed Mon Sep 17 00:00:00 2001 From: Evgeniy Kulikov Date: Thu, 16 Jan 2020 10:52:36 +0300 Subject: [PATCH] Ignore vendor and binary --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ba7ea82..519795c 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,7 @@ *.test # Output of the go coverage tool, specifically when used with LiteIDE -*.out \ No newline at end of file +*.out + +vendor +tzsum