From 32147b629e839520df0d4b12572949bd527dc9e0 Mon Sep 17 00:00:00 2001 From: John Gardner Date: Fri, 3 Feb 2017 06:09:07 +1100 Subject: [PATCH] Register "Emakefile" as an Erlang filename (#3443) --- lib/linguist/languages.yml | 1 + samples/Erlang/filenames/Emakefile | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 samples/Erlang/filenames/Emakefile diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index e2794ea7..eda3a2e0 100755 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -1156,6 +1156,7 @@ Erlang: - ".xrl" - ".yrl" filenames: + - Emakefile - rebar.config - rebar.config.lock - rebar.lock diff --git a/samples/Erlang/filenames/Emakefile b/samples/Erlang/filenames/Emakefile new file mode 100644 index 00000000..65e3fde4 --- /dev/null +++ b/samples/Erlang/filenames/Emakefile @@ -0,0 +1,7 @@ +{"src/*", [ + report, + verbose, + {i, "include"}, + {outdir, "ebin"}, + debug_info +]}.