From 369873c6e5d00314ae30276363f58e5af11b149c Mon Sep 17 00:00:00 2001 From: David Symonds Date: Mon, 8 Dec 2014 13:50:49 +1100 Subject: [PATCH] convert .hgignore to .gitignore. --- .hgignore => .gitignore | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) rename .hgignore => .gitignore (88%) diff --git a/.hgignore b/.gitignore similarity index 88% rename from .hgignore rename to .gitignore index a833065f2e..c695683005 100644 --- a/.hgignore +++ b/.gitignore @@ -1,7 +1,4 @@ -syntax:glob .DS_Store -.git -.gitignore *.[5689ao] *.a[5689o] *.so @@ -51,8 +48,4 @@ goinstall.log last-change VERSION.cache -syntax:regexp -^bin/ -^pkg/ -^src/cmd/(.*)/6?\1$ -^.*/core.[0-9]*$ +pkg/ -- 2.50.0