From a3c842ba180ac87bf8cc338190a4eb1b54048399 Mon Sep 17 00:00:00 2001 From: lostcolony Date: Sun, 7 Dec 2014 16:41:56 -0500 Subject: [PATCH] Adding erlang.mk to exclusion list. Adding 'erlang.mk' to list of erlang bundles; it's seeing some adoption in the Erlang community for building Erlang apps, and at 1k lines of code at present can dominate an initial check-in, project skeleton, or small library. See https://github.com/ninenines/erlang.mk for further details. --- lib/linguist/vendor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/linguist/vendor.yml b/lib/linguist/vendor.yml index a68f0a81..4b8299f4 100644 --- a/lib/linguist/vendor.yml +++ b/lib/linguist/vendor.yml @@ -32,6 +32,7 @@ # Erlang bundles - ^rebar$ +- erlang.mk # Go dependencies - Godeps/_workspace/