diff --git a/.hemtt/project.toml b/.hemtt/project.toml index 34457df37..9585b5761 100644 --- a/.hemtt/project.toml +++ b/.hemtt/project.toml @@ -20,10 +20,7 @@ git_hash = 0 [asc] enabled = true exclude = [ - "/initsettings.inc.sqf", - "/initkeybinds.inc.sqf", - "/backwards_comp.inc.sqf", - "settings/gui_createcategory.inc.sqf", + ".inc.sqf", "diagnostic/fnc_isdebugconsoleallowed.sqf", "xeh/fnc_initdisplay.sqf", "xeh/fnc_startloadingscreen.sqf", diff --git a/sqfc.json b/sqfc.json index 824d2c0ff..6deade7e6 100644 --- a/sqfc.json +++ b/sqfc.json @@ -6,10 +6,7 @@ "P:/" ], "excludeList": [ - "\\initsettings.inc.sqf", - "\\initkeybinds.inc.sqf", - "\\backwards_comp.inc.sqf", - "settings\\gui_createcategory.inc.sqf", + ".inc.sqf", "diagnostic\\fnc_isdebugconsoleallowed.sqf", "xeh\\fnc_initdisplay.sqf", "xeh\\fnc_startloadingscreen.sqf",