Skip to content

Commit

Permalink
convert .hgignore to .gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsymonds committed Dec 8, 2014
1 parent 258f53d commit 369873c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .hgignore → .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
syntax:glob
.DS_Store
.git
.gitignore
*.[5689ao]
*.a[5689o]
*.so
Expand Down Expand Up @@ -51,8 +48,4 @@ goinstall.log
last-change
VERSION.cache

syntax:regexp
^bin/
^pkg/
^src/cmd/(.*)/6?\1$
^.*/core.[0-9]*$
pkg/

0 comments on commit 369873c

Please sign in to comment.