From f1ba16952f62f573d31604ef32d5c9893d51279f Mon Sep 17 00:00:00 2001 From: Nigel Tao Date: Fri, 4 May 2012 16:17:10 +1000 Subject: [PATCH] freetype: update .hgignore. R=bradfitz CC=golang-dev http://codereview.appspot.com/6199043 --- .hgignore | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/.hgignore b/.hgignore index 86388eb..111fafb 100644 --- a/.hgignore +++ b/.hgignore @@ -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]*$