]> Cypherpunks repositories - gostls13.git/commitdiff
Ignore more unimportant files.
authorIan Lance Taylor <iant@golang.org>
Sat, 7 Nov 2009 20:27:11 +0000 (12:27 -0800)
committerIan Lance Taylor <iant@golang.org>
Sat, 7 Nov 2009 20:27:11 +0000 (12:27 -0800)
- Emacs backup files.
- *.orig files left by hg merge conflicts.
- core files.
- generated enam.c files.
- runtime.acid now has an architecture.

R=rsc
http://go/go-review/1026017

.hgignore

index df0333b9805e7afbe4f44a6cd08c53f589b7e5b8..e7aa685240aaf82ce57aa951f99bba88fb1e49e8 100644 (file)
--- a/.hgignore
+++ b/.hgignore
@@ -6,18 +6,21 @@ syntax:glob
 ._*
 .nfs.*
 [568a].out
+*~
+*.orig
+core
 _obj
 _test
 src/cmd/6a/6a
 y.tab.[ch]
-src/cmd/6l/enam.c
+src/cmd/?l/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/*/asm.h
-src/pkg/runtime/runtime.acid
+src/pkg/runtime/runtime.acid.*
 test/pass.out
 test/run.out
 test/times.out
@@ -25,3 +28,4 @@ test/times.out
 syntax:regexp
 ^pkg/
 ^src/cmd/(.*)/6?\1$
+^.*/core.[0-9]*$