From 7b2fec88d1fd96ee75356cb338a4de3f338a72d5 Mon Sep 17 00:00:00 2001 From: Ted Nyman Date: Sat, 3 Aug 2013 13:25:47 -0700 Subject: [PATCH] Update samples --- lib/linguist/samples.json | 37 +++++++++++++++++++++-- samples/Makefile/{ => filenames}/Makefile | 0 2 files changed, 34 insertions(+), 3 deletions(-) rename samples/Makefile/{ => filenames}/Makefile (100%) diff --git a/lib/linguist/samples.json b/lib/linguist/samples.json index 834d5ddd..30272027 100644 --- a/lib/linguist/samples.json +++ b/lib/linguist/samples.json @@ -143,6 +143,9 @@ "M": [ ".m" ], + "Makefile": [ + ".script!" + ], "Markdown": [ ".md" ], @@ -346,6 +349,9 @@ ".editorconfig", ".gitconfig" ], + "Makefile": [ + "Makefile" + ], "Nginx": [ "nginx.conf" ], @@ -390,8 +396,8 @@ ".gemrc" ] }, - "tokens_total": 363725, - "languages_total": 435, + "tokens_total": 363775, + "languages_total": 437, "tokens": { "ABAP": { "*/**": 1, @@ -24425,6 +24431,29 @@ "c1": 4, "buf_c1_": 1 }, + "Makefile": { + "all": 1, + "hello": 4, + "main.o": 3, + "factorial.o": 3, + "hello.o": 3, + "g": 4, + "+": 8, + "-": 6, + "o": 1, + "main.cpp": 2, + "c": 3, + "factorial.cpp": 2, + "hello.cpp": 2, + "clean": 1, + "rm": 1, + "rf": 1, + "*o": 1, + "SHEBANG#!make": 1, + "%": 1, + "ls": 1, + "l": 1 + }, "Markdown": { "Tender": 1 }, @@ -39498,6 +39527,7 @@ "Logtalk": 36, "Lua": 724, "M": 23373, + "Makefile": 50, "Markdown": 1, "Matlab": 11787, "Max": 136, @@ -39600,6 +39630,7 @@ "Logtalk": 1, "Lua": 3, "M": 28, + "Makefile": 2, "Markdown": 1, "Matlab": 37, "Max": 1, @@ -39658,5 +39689,5 @@ "Xtend": 2, "YAML": 1 }, - "md5": "46e5ae2843b0698d736a25b77bb70901" + "md5": "a1b641b3e2c3d7f897afbcc4d8bf4282" } \ No newline at end of file diff --git a/samples/Makefile/Makefile b/samples/Makefile/filenames/Makefile similarity index 100% rename from samples/Makefile/Makefile rename to samples/Makefile/filenames/Makefile