From f800fbdc0b891c26d3f8ee17c3b0de5643bd2457 Mon Sep 17 00:00:00 2001 From: Eric Drechsel Date: Mon, 11 Apr 2016 09:25:04 -0700 Subject: [PATCH] remove *.go from .gitignore some shadowy process has been adding this line to my .gitignore, and somehow it slipped in to my last commit. I have no idea what is causing it.. Change-Id: I54c40d81006c3528fd69ae0169e49c130e2e3548 --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4aca2b617..57a50967f 100644 --- a/.gitignore +++ b/.gitignore @@ -32,4 +32,3 @@ config/tls.* misc/docker/djpeg-static/djpeg misc/docker/camlistored/camlistored* misc/docker/camlistored/djpeg -*.go