From 6d96b24ef345ee5845aec118486ec8188b63795c Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Thu, 22 Oct 2009 11:07:39 -0700 Subject: [PATCH] tell Mercurial which files to ignore R=r CC=go-dev http://go/go-review/1012005 --- .hgignore | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .hgignore diff --git a/.hgignore b/.hgignore new file mode 100644 index 0000000000..3a66c74f0d --- /dev/null +++ b/.hgignore @@ -0,0 +1,24 @@ +syntax:glob +*.[568ao] +*.ao +*.so +[568a].out +_obj +_test +src/cmd/6a/6a +y.tab.[ch] +src/cmd/6l/enam.c +src/cmd/gc/builtin.c +src/cmd/gc/mkbuiltin1 +src/cmd/gc/opnames.h +src/pkg/exp/ogle/ogle +src/pkg/runtime/cgo2c +src/pkg/runtime/amd64/asm.h +test/pass.out +test/run.out +test/times.out +*.pyc + +syntax:regexp +^pkg/ +^src/cmd/(.*)/6?\1$