From 0ebf75fb71211639c8df8161b75aae3af5a25183 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 28 Feb 2018 10:06:15 -0800 Subject: [PATCH] .gitignore: Ignore /.gopathok We've been occasionally creating this file since 9c44933b (build: create a local GOPATH if none specified, 2017-03-27, #410). But it's recording information about the local environment, not part of our common source. Adding it to .gitignore helps avoid having it accidentally committed. Signed-off-by: W. Trevor King --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c27994c9..27427185 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /.artifacts/ +/.gopathok /_output/ /conmon/conmon.o /docs/*.[158]