]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: don't copy files ending in ~ to bootstrap directory
authorIan Lance Taylor <iant@golang.org>
Thu, 9 May 2024 22:28:23 +0000 (15:28 -0700)
committerGopher Robot <gobot@golang.org>
Thu, 9 May 2024 23:29:41 +0000 (23:29 +0000)
commit6584fe8195a1a0afb65ffbea11a2a4fe760a2abd
tree579587b46a2b95c15bb03340e2e5ab6f8879408b
parent2315412535290d7513484e3ab0caf2bfddab8f74
cmd/dist: don't copy files ending in ~ to bootstrap directory

They are editor backup files. They are ignored by .gitignore,
so they can never be real files in the Go repo.

Change-Id: I58800e6e9f939e0bd21b086243b9260bcc8cd770
Reviewed-on: https://go-review.googlesource.com/c/go/+/584675
Reviewed-by: Than McIntosh <thanm@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Ian Lance Taylor <iant@golang.org>
src/cmd/dist/buildtool.go