From: Russ Cox Date: Sun, 1 Nov 2009 13:20:30 +0000 (-0800) Subject: more file patterns to ignore X-Git-Tag: weekly.2009-11-06~164 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=eef3fbb83ee0d654fbd3545bcd7e1734c3807ac9;p=gostls13.git more file patterns to ignore R=r http://go/go-review/1016014 --- diff --git a/.hgignore b/.hgignore index 3a66c74f0d..df0333b980 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/