From 374311b891c587bbeb554057e04b55f69073d1af Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 3 Feb 2017 02:44:33 -0500 Subject: Less magic in the build system; don't hide the go workspace. --- go/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 go/.gitignore (limited to 'go/.gitignore') diff --git a/go/.gitignore b/go/.gitignore new file mode 100644 index 0000000..4c48abf --- /dev/null +++ b/go/.gitignore @@ -0,0 +1,2 @@ +/pkg/ +/bin/ -- cgit v1.2.3-54-g00ecf