]> Cypherpunks repositories - gostls13.git/commitdiff
more file patterns to ignore
authorRuss Cox <rsc@golang.org>
Sun, 1 Nov 2009 13:20:30 +0000 (05:20 -0800)
committerRuss Cox <rsc@golang.org>
Sun, 1 Nov 2009 13:20:30 +0000 (05:20 -0800)
R=r
http://go/go-review/1016014

.hgignore

index 3a66c74f0d6d4a153b5c01e986b1543e8a468d08..df0333b9805e7afbe4f44a6cd08c53f589b7e5b8 100644 (file)
--- 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/