Skip to content

Commit 6502030

Browse files
authored
Update Lasal.gitignore with additional entries
Added maeexp and opcua entries
1 parent d36057a commit 6502030

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

Lasal.gitignore

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

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

10-
# Lasal class runtime folders generated during build
10+
# lasal class runtime folders generated during build
1111
ProjectInternal
1212
Internal
1313
**/Network/*/*.st
1414
**/Drive/*.st
1515

16-
# Bootdisk files
16+
# bootdisk files
1717
**/Bootdisk
1818

1919
# various filetypes generated at runtime or used for internal backups
@@ -29,12 +29,19 @@ Internal
2929
*.lcc
3030
*.lds
3131

32+
# tag files generated by the compiler
33+
*.mme
34+
**/MaeExp.txt
35+
**/MaeExp.xml
36+
3237
# SigCLib requires lba and lob files
3338
!cObjLib.lob
3439
!cObjLib.lba
3540

3641
# opc related classes added automatically from lasal instance
3742
!**/Class/OPC_UA/**
3843
!**/Class/OPC_UA_Client/**
44+
!**/Class/OPC_UA_Server/**
3945
!**/Class/OPC_UA_ModuleBase/**
4046
!**/Class/OPC_UA_AddressSpace/**
47+
!**/Class/OPC_UA_OpenSSL_v1_1_1/**

0 commit comments

Comments
 (0)