Skip to content

Commit 20b0c71

Browse files
committed
Fix goxc release process, and exclude build/ from git
1 parent 382cc64 commit 20b0c71

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Build artefacts
2+
build/
3+
14
# Makefile generated paths
25
.gopath
36
.sw?

.goxc.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"TasksExclude": [
3-
"go-test"
3+
"go-test",
4+
"govet"
45
],
56
"Arch": "amd64 arm",
67
"Os": "linux darwin",

0 commit comments

Comments
 (0)