From 4f282c54bf4e7d7672da463d5cd447907e725473 Mon Sep 17 00:00:00 2001 From: Euan Kemp Date: Thu, 9 Mar 2017 20:42:57 -0800 Subject: [PATCH] gitignore: ignore the release tarball --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index de1ac7da..f93e0497 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /bin/node-problem-detector /Dockerfile +/*.tar.gz