freetype/.hgignore

36 lines
306 B
Plaintext
Raw Normal View History

2010-04-01 15:20:35 +00:00
syntax:glob
.DS_Store
.git
.gitignore
*.[568ao]
*.a[568o]
2010-04-01 15:20:35 +00:00
*.so
*.pyc
._*
.nfs.*
[568a].out
*~
*.orig
*.rej
*.exe
.*.swp
2010-04-01 15:20:35 +00:00
core
*.cgo*.go
*.cgo*.c
_cgo_*
2010-04-01 15:20:35 +00:00
_obj
_test
_testmain.go
build.out
test.out
goinstall.log
last-change
VERSION.cache
out.png
2010-04-01 15:20:35 +00:00
syntax:regexp
^bin/
^pkg/
^src/cmd/(.*)/6?\1$
2010-04-01 15:20:35 +00:00
^.*/core.[0-9]*$