1
0
mirror of https://github.com/golang/go synced 2024-11-21 09:34:45 -07:00

.hgignore: add *.cgo*.{c,go}

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/4168059
This commit is contained in:
Gustavo Niemeyer 2011-02-22 15:42:10 -05:00 committed by Russ Cox
parent 14b6a47748
commit bd44684fa0

View File

@ -15,6 +15,8 @@ syntax:glob
*.exe
.*.swp
core
*.cgo*.go
*.cgo*.c
_cgo_*
_obj
_test