mirror of
https://github.com/golang/go.git
synced 2025-12-07 13:50:04 +00:00
.gitignore: ignore go test artifacts
go test -artifacts writes artifacts to _artifacts. These are outputs from a specific test and are never intended to be commited. Change-Id: I6a6a636cd7689e5e664b190c83ccb93060f26d4e Reviewed-on: https://go-review.googlesource.com/c/go/+/717521 Reviewed-by: Michael Knyszek <mknyszek@google.com> Reviewed-by: Damien Neil <dneil@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Michael Pratt <mpratt@google.com>
This commit is contained in:
parent
bf58e7845e
commit
a0eb4548cf
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -30,6 +30,7 @@ _testmain.go
|
||||||
/misc/cgo/testso/main
|
/misc/cgo/testso/main
|
||||||
/pkg/
|
/pkg/
|
||||||
/src/*.*/
|
/src/*.*/
|
||||||
|
/src/_artifacts/
|
||||||
/src/cmd/cgo/zdefaultcc.go
|
/src/cmd/cgo/zdefaultcc.go
|
||||||
/src/cmd/dist/dist
|
/src/cmd/dist/dist
|
||||||
/src/cmd/go/internal/cfg/zdefaultcc.go
|
/src/cmd/go/internal/cfg/zdefaultcc.go
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue