From d36057a9f899eaf955d395d95ba01f2ea5e9ce32 Mon Sep 17 00:00:00 2001 From: Tim Hatchard <41908189+TimHatchard@users.noreply.github.com> Date: Fri, 20 Mar 2026 08:53:26 +0000 Subject: [PATCH] Added lob and lba exceptions for SigCLib SigCLib requires the lob and lba files to load a project. --- Lasal.gitignore | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Lasal.gitignore b/Lasal.gitignore index 18cb15c1..f017f386 100644 --- a/Lasal.gitignore +++ b/Lasal.gitignore @@ -1,10 +1,11 @@ ## LASAL ### # website: https://www.sigmatek-automation.com/en/products/engineering-tool-lasal/ -# Lasal visu runtime folders generated during build +# Lasal screen/visu runtime folders generated during build **/Runtime **/BAK **/Language +**/TempPreview # Lasal class runtime folders generated during build ProjectInternal @@ -12,6 +13,9 @@ Internal **/Network/*/*.st **/Drive/*.st +# Bootdisk files +**/Bootdisk + # various filetypes generated at runtime or used for internal backups *.ldi *.bak @@ -25,8 +29,12 @@ Internal *.lcc *.lds +# SigCLib requires lba and lob files +!cObjLib.lob +!cObjLib.lba + # opc related classes added automatically from lasal instance !**/Class/OPC_UA/** !**/Class/OPC_UA_Client/** !**/Class/OPC_UA_ModuleBase/** -!**/Class/OPC_UA_AddressSpace/** \ No newline at end of file +!**/Class/OPC_UA_AddressSpace/**