]> Cypherpunks repositories - gostls13.git/commitdiff
.hgignore: add *.cgo*.{c,go}
authorGustavo Niemeyer <gustavo@niemeyer.net>
Tue, 22 Feb 2011 20:42:10 +0000 (15:42 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 22 Feb 2011 20:42:10 +0000 (15:42 -0500)
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/4168059

.hgignore

index 453a712892c430540d17443602e9a2974e8143e4..59aeeeb15f1971270443f27c70b97ea572962a56 100644 (file)
--- a/.hgignore
+++ b/.hgignore
@@ -15,6 +15,8 @@ syntax:glob
 *.exe
 .*.swp
 core
+*.cgo*.go
+*.cgo*.c
 _cgo_*
 _obj
 _test