summaryrefslogtreecommitdiff
path: root/.hgignore
Commit message (Collapse)AuthorAgeFilesLines
* hgignore: adds bin/ to support setting $GOBIN to $GOROOT/binJames Whitehead2010-07-191-0/+1
| | | | | | | | R=PeterGo, adg CC=golang-dev, jnw http://codereview.appspot.com/1699046 Committer: Andrew Gerrand <adg@golang.org>
* .hgignore: ignore doc/htmlgenPaolo Giarrusso2010-06-091-0/+1
| | | | | | | | R=golang-dev, rsc CC=golang-dev http://codereview.appspot.com/1555042 Committer: Russ Cox <rsc@golang.org>
* rename cgo2c to goc2c in ignored listAlex Brainman2010-04-261-1/+1
| | | | | | | | R=rsc CC=golang-dev http://codereview.appspot.com/968043 Committer: Russ Cox <rsc@golang.org>
* runtime: add GOROOT and VersionRuss Cox2010-03-161-1/+5
| | | | | | R=r CC=golang-dev http://codereview.appspot.com/608041
* fix garbage benchmark Makefile.Russ Cox2010-02-091-3/+1
| | | | | | | | | | apparently some versions of GNU make cannot handle the %: %.$O rule. i don't understand why and don't care enough to find out. R=agl1 CC=golang-dev http://codereview.appspot.com/206055
* .hgignore: ignore .gitignore (already ignoring .git)Russ Cox2010-02-091-0/+4
| | | | | | R=agl1 CC=golang-dev http://codereview.appspot.com/206047
* add apple's .DS_Store to ignored listRob Pike2010-02-031-0/+1
| | | | | | R=rsc CC=golang-dev http://codereview.appspot.com/198102
* Ignore the temporary files used for improved error messages.Ian Lance Taylor2010-02-011-0/+3
| | | | | | R=rsc CC=golang-dev http://codereview.appspot.com/199047
* Replicate signal names from syscall in os/signal.David Symonds2010-01-111-0/+1
| | | | | | | | R=rsc CC=golang-dev http://codereview.appspot.com/183142 Committer: Russ Cox <rsc@golang.org>
* build Make.deps during make.bash insteadRuss Cox2009-11-191-0/+1
| | | | | | | | of keeping a checked-in copy. doesn't slow down make.bash appreciably. R=r http://codereview.appspot.com/156099
* Let us have side by side git if we wantJosh Goebel2009-11-171-0/+1
| | | | | | | R=r, rsc http://codereview.appspot.com/156046 Committer: Russ Cox <rsc@golang.org>
* Ignore more unimportant files.Ian Lance Taylor2009-11-071-2/+6
| | | | | | | | | | | - Emacs backup files. - *.orig files left by hg merge conflicts. - core files. - generated enam.c files. - runtime.acid now has an architecture. R=rsc http://go/go-review/1026017
* more file patterns to ignoreRuss Cox2009-11-011-2/+5
| | | | | R=r http://go/go-review/1016014
* tell Mercurial which files to ignoreRuss Cox2009-10-221-0/+24
R=r CC=go-dev http://go/go-review/1012005