Skip to content

Commit 369873c

Browse files
committed
convert .hgignore to .gitignore.
1 parent 258f53d commit 369873c

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.hgignore renamed to .gitignore

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
syntax:glob
21
.DS_Store
3-
.git
4-
.gitignore
52
*.[5689ao]
63
*.a[5689o]
74
*.so
@@ -51,8 +48,4 @@ goinstall.log
5148
last-change
5249
VERSION.cache
5350

54-
syntax:regexp
55-
^bin/
56-
^pkg/
57-
^src/cmd/(.*)/6?\1$
58-
^.*/core.[0-9]*$
51+
pkg/

0 commit comments

Comments
 (0)