]> Cypherpunks repositories - gostls13.git/commit
.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)
commita0eb4548cfcf803da087b7ca461a2d48b9f17a58
tree009751d302b117575c6968b23feb8c4a5430c1db
parentbf58e7845eeba5f253f152f5f86523a7582d2a26
.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>
.gitignore