diff options
author | Russ Cox <rsc@golang.org> | 2010-02-09 13:18:51 -0800 |
---|---|---|
committer | Russ Cox <rsc@golang.org> | 2010-02-09 13:18:51 -0800 |
commit | ecc9c05a248093fc957bb0577f24cfb7b80e9641 (patch) | |
tree | 96c88109a0fb12ee8173796c96a9c01941df9f7f /.hgignore | |
parent | 856893d375f5dd8dd101d3f6fbf1d8c45f74a7a0 (diff) | |
download | go-ecc9c05a248093fc957bb0577f24cfb7b80e9641.tar.gz |
.hgignore: ignore .gitignore (already ignoring .git)
R=agl1
CC=golang-dev
http://codereview.appspot.com/206047
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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/ |