mirror of
https://github.com/golang/go
synced 2024-11-22 07:24:47 -07:00
.hgignore: ignore .gitignore (already ignoring .git)
R=agl1 CC=golang-dev https://golang.org/cl/206047
This commit is contained in:
parent
62d627f0bc
commit
b28e342e42
@ -1,6 +1,7 @@
|
|||||||
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.*
|
|||||||
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/
|
||||||
|
Loading…
Reference in New Issue
Block a user