Commit b28e342e authored by Russ Cox's avatar Russ Cox

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

R=agl1
CC=golang-dev
https://golang.org/cl/206047
parent 62d627f0
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/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment