Skip to content

Commit d36057a

Browse files
authored
Added lob and lba exceptions for SigCLib
SigCLib requires the lob and lba files to load a project.
1 parent b7562cc commit d36057a

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

Lasal.gitignore

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
## LASAL ###
22
# website: https://www.sigmatek-automation.com/en/products/engineering-tool-lasal/
33

4-
# Lasal visu runtime folders generated during build
4+
# Lasal screen/visu runtime folders generated during build
55
**/Runtime
66
**/BAK
77
**/Language
8+
**/TempPreview
89

910
# Lasal class runtime folders generated during build
1011
ProjectInternal
1112
Internal
1213
**/Network/*/*.st
1314
**/Drive/*.st
1415

16+
# Bootdisk files
17+
**/Bootdisk
18+
1519
# various filetypes generated at runtime or used for internal backups
1620
*.ldi
1721
*.bak
@@ -25,8 +29,12 @@ Internal
2529
*.lcc
2630
*.lds
2731

32+
# SigCLib requires lba and lob files
33+
!cObjLib.lob
34+
!cObjLib.lba
35+
2836
# opc related classes added automatically from lasal instance
2937
!**/Class/OPC_UA/**
3038
!**/Class/OPC_UA_Client/**
3139
!**/Class/OPC_UA_ModuleBase/**
32-
!**/Class/OPC_UA_AddressSpace/**
40+
!**/Class/OPC_UA_AddressSpace/**

0 commit comments

Comments
 (0)