From eb727e871abff60653dd649821ab6cbde14f16bb Mon Sep 17 00:00:00 2001 From: PabstMirror Date: Fri, 29 Sep 2023 17:53:01 -0500 Subject: [PATCH] Tools - Exclude "test_" sqfs from asc --- .hemtt/project.toml | 1 + sqfc.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.hemtt/project.toml b/.hemtt/project.toml index 5aa1460c0..ed381d0e1 100644 --- a/.hemtt/project.toml +++ b/.hemtt/project.toml @@ -27,6 +27,7 @@ exclude = [ "xeh/fnc_initdisplay.sqf", "xeh/fnc_startloadingscreen.sqf", "xeh/fnc_endloadingscreen.sqf", + "/test_" ] [hemtt.config] diff --git a/sqfc.json b/sqfc.json index f3695e5f1..59e77fb47 100644 --- a/sqfc.json +++ b/sqfc.json @@ -14,7 +14,8 @@ "diagnostic\\fnc_isdebugconsoleallowed.sqf", "xeh\\fnc_initdisplay.sqf", "xeh\\fnc_startloadingscreen.sqf", - "xeh\\fnc_endloadingscreen.sqf" + "xeh\\fnc_endloadingscreen.sqf", + "\\test_" ], "outputDir": "P:/", "workerThreads": 12