Added lob and lba exceptions for SigCLib

SigCLib requires the lob and lba files to load a project.
This commit is contained in:
Tim Hatchard 2026-03-20 08:53:26 +00:00 committed by GitHub
parent b7562cc78e
commit d36057a9f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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/**
!**/Class/OPC_UA_AddressSpace/**