aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2017-01-18 12:58:25 -0500
committerRuss Cox <rsc@golang.org>2017-02-03 20:30:52 +0000
commitb60e61ab1bf7cca20a03364143e76acf2925ccb6 (patch)
tree1ae08101c66ba3700dcb7bcbc80e5577cc721bd4 /.gitignore
parenta918864c52355d2f73657825b4e0905c9d7fa279 (diff)
downloadgo-b60e61ab1bf7cca20a03364143e76acf2925ccb6.tar.gz
go-b60e61ab1bf7cca20a03364143e76acf2925ccb6.zip
cmd/dist: move cmd/go z files to cmd/go/internal/cfg
This is one CL in a long sequence of changes to break up the go command from one package into a plausible group of packages. This sequence is concerned only with moving code, not changing or cleaning up code. There will still be more cleanup after this sequence. The entire sequence will be submitted together: it is not a goal for the tree to build at every step. For #18653. Change-Id: I6ee5b053683034ea9462a9a0a4ea4f5ad24fa5a1 Reviewed-on: https://go-review.googlesource.com/36192 Reviewed-by: David Crawshaw <crawshaw@golang.org>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 552cf187ae..b5ec7f8ada 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,8 +31,8 @@ _testmain.go
/pkg/
/src/*.*/
/src/cmd/cgo/zdefaultcc.go
-/src/cmd/go/zdefaultcc.go
-/src/cmd/go/zosarch.go
+/src/cmd/go/internal/cfg/zdefaultcc.go
+/src/cmd/go/internal/cfg/zosarch.go
/src/cmd/internal/obj/zbootstrap.go
/src/go/build/zcgo.go
/src/go/doc/headscan