From 3343012b39378ac91b982ef22b8e864718f5e275 Mon Sep 17 00:00:00 2001 From: Kohei Tokunaga Date: Mon, 5 Sep 2022 18:40:57 +0900 Subject: [PATCH] Remove `.m` suffix from release binary We shouldn't have the suffix `.m` in the released binary like the following: ``` $ buildg --version buildg version v0.4.0.m ``` Signed-off-by: Kohei Tokunaga --- .dockerignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/.dockerignore b/.dockerignore index 89d07ee5..c585e193 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,3 +1 @@ -docs -examples out \ No newline at end of file