From 83f9c6aa4986e7761bfaf08f406765a8f24e25a8 Mon Sep 17 00:00:00 2001 From: James Hillyerd Date: Sat, 20 Feb 2016 22:14:45 -0800 Subject: [PATCH] Minor goxc tweaks --- .gitignore | 1 + .goxc.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 491b281..45f7b09 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,7 @@ _testmain.go # our binary /inbucket /inbucket.exe +/target/** # local goxc config .goxc.local.json diff --git a/.goxc.json b/.goxc.json index 989f65f..132e5c5 100644 --- a/.goxc.json +++ b/.goxc.json @@ -1,4 +1,5 @@ { + "ArtifactsDest": "target", "TasksExclude": [ "pkg-build" ], @@ -8,4 +9,4 @@ "PackageVersion": "1.1.0", "PrereleaseInfo": "alpha", "ConfigVersion": "0.9" -} \ No newline at end of file +}