From 225bbd0cb990c9c83b49fcf96da5e368422a413a Mon Sep 17 00:00:00 2001 From: Marc Ransome Date: Thu, 5 Sep 2024 21:55:02 +0100 Subject: [PATCH 1/2] Add build artefact to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0395028..a363132 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ build/ codeql/ codeql-analysis.sarif man/flog.1 +flog-*-darwin-*.tar.xz From 03e999b6d2d9c78464b53e331b15f6f4a21fcbc5 Mon Sep 17 00:00:00 2001 From: Marc Ransome Date: Thu, 5 Sep 2024 21:56:14 +0100 Subject: [PATCH 2/2] Update clean target --- Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Justfile b/Justfile index 131b3a6..54178b6 100644 --- a/Justfile +++ b/Justfile @@ -78,7 +78,7 @@ codeql_db_dir := codeql_dir / "db" "{{build_dir}}" \ "{{man_target}}" \ "{{sarif_file}}" \ - *.xz + flog-*-darwin-*.tar.xz # build the man page @man: