]> Cypherpunks repositories - gostls13.git/commitdiff
.gitignore: ignore go test artifacts
authorMichael Pratt <mpratt@google.com>
Mon, 3 Nov 2025 20:51:27 +0000 (15:51 -0500)
committerGopher Robot <gobot@golang.org>
Mon, 10 Nov 2025 20:41:03 +0000 (12:41 -0800)
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>

.gitignore

index c6512e64a4ef39add1ab95675f894f9fe580f43b..344b31f7ac1c1d3d8409da4774b9ea13e0142fb5 100644 (file)
@@ -30,6 +30,7 @@ _testmain.go
 /misc/cgo/testso/main
 /pkg/
 /src/*.*/
+/src/_artifacts/
 /src/cmd/cgo/zdefaultcc.go
 /src/cmd/dist/dist
 /src/cmd/go/internal/cfg/zdefaultcc.go