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