]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: ignore .#foo.go files created by Emacs
authorMatthew Dempsky <mdempsky@google.com>
Fri, 3 Feb 2017 22:38:47 +0000 (14:38 -0800)
committerMatthew Dempsky <mdempsky@google.com>
Sat, 4 Feb 2017 00:15:59 +0000 (00:15 +0000)
commit592c97fc8f55d65dc668b1acb3b5bdf46e851f9e
tree1a4ef9e19d8bd4c1427d69375f35b7c1412e21e3
parent7751d56e3955aaf5285f16b1643e6d8153e32b80
cmd/dist: ignore .#foo.go files created by Emacs

go/build already ignores them, but they cause make.bash to fail.

Fixes #18931.

Change-Id: Idd5c8c2a6f2309ecd5f0d669660704d6f5612710
Reviewed-on: https://go-review.googlesource.com/36351
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/dist/buildtool.go