Skip to content

Commit ca6c873

Browse files
authored
Merge pull request #4728 from TimHatchard/lasal-gitignore
Add SIGMATEK Automation's LASAL gitignore
2 parents 7338c62 + 6502030 commit ca6c873

1 file changed

Lines changed: 47 additions & 0 deletions

File tree

Lasal.gitignore

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
## LASAL ###
2+
# website: https://www.sigmatek-automation.com/en/products/engineering-tool-lasal/
3+
4+
# lasal screen/visu runtime folders generated during build
5+
**/Runtime
6+
**/BAK
7+
**/Language
8+
**/TempPreview
9+
10+
# lasal class runtime folders generated during build
11+
ProjectInternal
12+
Internal
13+
**/Network/*/*.st
14+
**/Drive/*.st
15+
16+
# bootdisk files
17+
**/Bootdisk
18+
19+
# various filetypes generated at runtime or used for internal backups
20+
*.ldi
21+
*.bak
22+
*.lob
23+
*.lba
24+
*.lcb
25+
*.lock
26+
*.plc
27+
*.7z
28+
*.zip
29+
*.lcc
30+
*.lds
31+
32+
# tag files generated by the compiler
33+
*.mme
34+
**/MaeExp.txt
35+
**/MaeExp.xml
36+
37+
# SigCLib requires lba and lob files
38+
!cObjLib.lob
39+
!cObjLib.lba
40+
41+
# opc related classes added automatically from lasal instance
42+
!**/Class/OPC_UA/**
43+
!**/Class/OPC_UA_Client/**
44+
!**/Class/OPC_UA_Server/**
45+
!**/Class/OPC_UA_ModuleBase/**
46+
!**/Class/OPC_UA_AddressSpace/**
47+
!**/Class/OPC_UA_OpenSSL_v1_1_1/**

0 commit comments

Comments
 (0)