mirror of
https://github.com/github/gitignore.git
synced 2026-08-25 17:32:47 +02:00
Update Lasal.gitignore with additional entries
Added maeexp and opcua entries
This commit is contained in:
parent
d36057a9f8
commit
6502030068
@ -1,19 +1,19 @@
|
|||||||
## LASAL ###
|
## LASAL ###
|
||||||
# website: https://www.sigmatek-automation.com/en/products/engineering-tool-lasal/
|
# website: https://www.sigmatek-automation.com/en/products/engineering-tool-lasal/
|
||||||
|
|
||||||
# Lasal screen/visu runtime folders generated during build
|
# lasal screen/visu runtime folders generated during build
|
||||||
**/Runtime
|
**/Runtime
|
||||||
**/BAK
|
**/BAK
|
||||||
**/Language
|
**/Language
|
||||||
**/TempPreview
|
**/TempPreview
|
||||||
|
|
||||||
# Lasal class runtime folders generated during build
|
# lasal class runtime folders generated during build
|
||||||
ProjectInternal
|
ProjectInternal
|
||||||
Internal
|
Internal
|
||||||
**/Network/*/*.st
|
**/Network/*/*.st
|
||||||
**/Drive/*.st
|
**/Drive/*.st
|
||||||
|
|
||||||
# Bootdisk files
|
# bootdisk files
|
||||||
**/Bootdisk
|
**/Bootdisk
|
||||||
|
|
||||||
# various filetypes generated at runtime or used for internal backups
|
# various filetypes generated at runtime or used for internal backups
|
||||||
@ -29,6 +29,11 @@ Internal
|
|||||||
*.lcc
|
*.lcc
|
||||||
*.lds
|
*.lds
|
||||||
|
|
||||||
|
# tag files generated by the compiler
|
||||||
|
*.mme
|
||||||
|
**/MaeExp.txt
|
||||||
|
**/MaeExp.xml
|
||||||
|
|
||||||
# SigCLib requires lba and lob files
|
# SigCLib requires lba and lob files
|
||||||
!cObjLib.lob
|
!cObjLib.lob
|
||||||
!cObjLib.lba
|
!cObjLib.lba
|
||||||
@ -36,5 +41,7 @@ Internal
|
|||||||
# opc related classes added automatically from lasal instance
|
# opc related classes added automatically from lasal instance
|
||||||
!**/Class/OPC_UA/**
|
!**/Class/OPC_UA/**
|
||||||
!**/Class/OPC_UA_Client/**
|
!**/Class/OPC_UA_Client/**
|
||||||
|
!**/Class/OPC_UA_Server/**
|
||||||
!**/Class/OPC_UA_ModuleBase/**
|
!**/Class/OPC_UA_ModuleBase/**
|
||||||
!**/Class/OPC_UA_AddressSpace/**
|
!**/Class/OPC_UA_AddressSpace/**
|
||||||
|
!**/Class/OPC_UA_OpenSSL_v1_1_1/**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user