]> Cypherpunks repositories - gostls13.git/commitdiff
.hgignore: ignore .gitignore (already ignoring .git)
authorRuss Cox <rsc@golang.org>
Tue, 9 Feb 2010 21:18:51 +0000 (13:18 -0800)
committerRuss Cox <rsc@golang.org>
Tue, 9 Feb 2010 21:18:51 +0000 (13:18 -0800)
R=agl1
CC=golang-dev
https://golang.org/cl/206047

.hgignore

index 63dc755b226c7b7e2b1bd5b62783b63957fa753d..9b858c97bc862fe53a55e3aa9c02a7d28e4649fb 100644 (file)
--- 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/