Hello bradfitz@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/freetype-go
LGTM On Fri, May 4, 2012 at 3:55 PM, <nigeltao@golang.org> wrote: > Reviewers: bradfitz, > > Message: > Hello bradfitz@golang.org (cc: golang-dev@googlegroups.com), > > I'd like you to review this change to > https://code.google.com/p/**freetype-go<https://code.google.com/p/freetype-go> > > > Description: > freetype: update .hgignore. > > Please review this at http://codereview.appspot.com/**6199043/<http://codereview.appspot.com/6199043/> > > Affected files: > M .hgignore > > > Index: .hgignore > ==============================**==============================**======= > --- a/.hgignore > +++ b/.hgignore > @@ -3,7 +3,7 @@ > .git > .gitignore > *.[568ao] > -*.ao > +*.a[568o] > *.so > *.pyc > ._* > @@ -11,10 +11,25 @@ > [568a].out > *~ > *.orig > +*.rej > +*.exe > +.*.swp > core > +*.cgo*.go > +*.cgo*.c > +_cgo_* > _obj > _test > +_testmain.go > +build.out > +test.out > +goinstall.log > +last-change > +VERSION.cache > out.png > > syntax:regexp > +^bin/ > +^pkg/ > +^src/cmd/(.*)/6?\1$ > ^.*/core.[0-9]*$ > > >
*** Submitted as http://code.google.com/p/freetype-go/source/detail?r=14d4a98b3c7e *** freetype: update .hgignore. R=bradfitz CC=golang-dev http://codereview.appspot.com/6199043