.hgignore: ignore .gitignore (already ignoring .git)

R=agl1
CC=golang-dev
https://golang.org/cl/206047
This commit is contained in:
Russ Cox 2010-02-09 13:18:51 -08:00
parent 62d627f0bc
commit b28e342e42

View file

@ -1,6 +1,7 @@
syntax:glob
.DS_Store
.git
.gitignore
*.[568ao]
*.ao
*.so
@ -31,6 +32,9 @@ src/pkg/runtime/runtime.acid.*
test/pass.out
test/run.out
test/times.out
test/garbage/parser
test/garbage/peano
test/garbage/tree
syntax:regexp
^pkg/