summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2009-11-01 05:20:30 -0800
committerRuss Cox <rsc@golang.org>2009-11-01 05:20:30 -0800
commit68277907aecdb35eb72e04838e352b9571f8c538 (patch)
tree14e9db7c8eabd65ead56f5f083d8ecc6078cb9ba /.hgignore
parent5d2a4bbc4948292501aeb7fe23f6bc5f7c6ea346 (diff)
downloadgolang-68277907aecdb35eb72e04838e352b9571f8c538.tar.gz
more file patterns to ignore
R=r http://go/go-review/1016014
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore7
1 files changed, 5 insertions, 2 deletions
diff --git a/.hgignore b/.hgignore
index 3a66c74f0..df0333b98 100644
--- a/.hgignore
+++ b/.hgignore
@@ -2,6 +2,9 @@ syntax:glob
*.[568ao]
*.ao
*.so
+*.pyc
+._*
+.nfs.*
[568a].out
_obj
_test
@@ -13,11 +16,11 @@ src/cmd/gc/mkbuiltin1
src/cmd/gc/opnames.h
src/pkg/exp/ogle/ogle
src/pkg/runtime/cgo2c
-src/pkg/runtime/amd64/asm.h
+src/pkg/runtime/*/asm.h
+src/pkg/runtime/runtime.acid
test/pass.out
test/run.out
test/times.out
-*.pyc
syntax:regexp
^pkg/