summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorGustavo Niemeyer <gustavo@niemeyer.net>2011-03-07 10:54:53 -0500
committerGustavo Niemeyer <gustavo@niemeyer.net>2011-03-07 10:54:53 -0500
commit3775de7ac3f80301cc3c577ae0e6a63a2bfc536e (patch)
tree54a68a502dcdc25b584e589eaffe2e5deada6279 /.hgignore
parent5fa2a7997f4a303b6eb37039b5a8d1e753379d38 (diff)
downloadgo-3775de7ac3f80301cc3c577ae0e6a63a2bfc536e.tar.gz
goinstall: handle $(GOOS) and $(GOARCH) in filenames
This enables goinstall to handle .go and .c files (for cgo) which are named after the following patterns: name_$(GOOS).* name_$(GOARCH).* name_$(GOOS)_$(GOARCH).* Files with those names are only included if the $(GOOS) and $(GOARCH) match the current system. R=rsc CC=golang-dev http://codereview.appspot.com/4172055 Committer: Russ Cox <rsc@golang.org>
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index 59aeeeb15..9abdbf1ff 100644
--- a/.hgignore
+++ b/.hgignore
@@ -37,6 +37,7 @@ src/cmd/gc/opnames.h
src/cmd/gc/y.output
src/cmd/gc/y1.tab.c
src/cmd/gc/yerr.h
+src/cmd/goinstall/syslist.go
src/pkg/Make.deps
src/pkg/exp/ogle/ogle
src/pkg/os/signal/unix.go