Skip to content

Commit

Permalink
Fix goxc release process, and exclude build/ from git
Browse files Browse the repository at this point in the history
  • Loading branch information
tcr-ableton committed Aug 13, 2016
1 parent 382cc64 commit 20b0c71
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Build artefacts
build/

# Makefile generated paths
.gopath
.sw?
Expand Down
3 changes: 2 additions & 1 deletion .goxc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"TasksExclude": [
"go-test"
"go-test",
"govet"
],
"Arch": "amd64 arm",
"Os": "linux darwin",
Expand Down

0 comments on commit 20b0c71

Please sign in to comment.