From: Nigel Tao Date: Wed, 12 Jan 2011 05:17:54 +0000 (+1100) Subject: hg: add cgo/_cgo_* to .hgignore. X-Git-Tag: weekly.2011-01-12~9 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=8c6f997379ae528c4a7faff5d782a88c3ee59f1e;p=gostls13.git hg: add cgo/_cgo_* to .hgignore. R=rsc, nigeltao_gnome CC=golang-dev https://golang.org/cl/3956042 --- diff --git a/.hgignore b/.hgignore index 40ee75054d..95a1665ec4 100644 --- a/.hgignore +++ b/.hgignore @@ -12,6 +12,7 @@ syntax:glob *~ *.orig core +_cgo_* _obj _test _testmain.go