summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2010-02-09 13:18:51 -0800
committerRuss Cox <rsc@golang.org>2010-02-09 13:18:51 -0800
commit7cddf04293bb81608fd3bc1b84d737ee01618147 (patch)
tree96c88109a0fb12ee8173796c96a9c01941df9f7f /.hgignore
parent4227e0fcd8ab454433d9c3d94da6eae68dfc1689 (diff)
downloadgolang-7cddf04293bb81608fd3bc1b84d737ee01618147.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--.hgignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index 63dc755b2..9b858c97b 100644
--- a/.hgignore
+++ b/.hgignore
@@ -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/