Skip to content

Commit a0eb454

Browse files
prattmicgopherbot
authored andcommitted
.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 <[email protected]> Reviewed-by: Damien Neil <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Michael Pratt <[email protected]>
1 parent bf58e78 commit a0eb454

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ _testmain.go
3030
/misc/cgo/testso/main
3131
/pkg/
3232
/src/*.*/
33+
/src/_artifacts/
3334
/src/cmd/cgo/zdefaultcc.go
3435
/src/cmd/dist/dist
3536
/src/cmd/go/internal/cfg/zdefaultcc.go

0 commit comments

Comments
 (0)