freetype: update .hgignore.

R=bradfitz
CC=golang-dev
http://codereview.appspot.com/6199043
This commit is contained in:
Nigel Tao 2012-05-04 16:17:10 +10:00
parent d32ba0b88b
commit f1ba16952f

View File

@ -3,7 +3,7 @@ syntax:glob
.git
.gitignore
*.[568ao]
*.ao
*.a[568o]
*.so
*.pyc
._*
@ -11,10 +11,25 @@ syntax:glob
[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]*$