Skip to content

Commit b7562cc

Browse files
authored
Add LASAL gitignore
1 parent 10b26ce commit b7562cc

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

Lasal.gitignore

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
## LASAL ###
2+
# website: https://www.sigmatek-automation.com/en/products/engineering-tool-lasal/
3+
4+
# Lasal visu runtime folders generated during build
5+
**/Runtime
6+
**/BAK
7+
**/Language
8+
9+
# Lasal class runtime folders generated during build
10+
ProjectInternal
11+
Internal
12+
**/Network/*/*.st
13+
**/Drive/*.st
14+
15+
# various filetypes generated at runtime or used for internal backups
16+
*.ldi
17+
*.bak
18+
*.lob
19+
*.lba
20+
*.lcb
21+
*.lock
22+
*.plc
23+
*.7z
24+
*.zip
25+
*.lcc
26+
*.lds
27+
28+
# opc related classes added automatically from lasal instance
29+
!**/Class/OPC_UA/**
30+
!**/Class/OPC_UA_Client/**
31+
!**/Class/OPC_UA_ModuleBase/**
32+
!**/Class/OPC_UA_AddressSpace/**

0 commit comments

Comments
 (0)