mirror of
https://github.com/github/gitignore.git
synced 2026-04-11 14:11:43 +08:00
Added lob and lba exceptions for SigCLib
SigCLib requires the lob and lba files to load a project.
This commit is contained in:
parent
b7562cc78e
commit
d36057a9f8
@ -1,10 +1,11 @@
|
||||
## LASAL ###
|
||||
# website: https://www.sigmatek-automation.com/en/products/engineering-tool-lasal/
|
||||
|
||||
# Lasal visu runtime folders generated during build
|
||||
# Lasal screen/visu runtime folders generated during build
|
||||
**/Runtime
|
||||
**/BAK
|
||||
**/Language
|
||||
**/TempPreview
|
||||
|
||||
# Lasal class runtime folders generated during build
|
||||
ProjectInternal
|
||||
@ -12,6 +13,9 @@ Internal
|
||||
**/Network/*/*.st
|
||||
**/Drive/*.st
|
||||
|
||||
# Bootdisk files
|
||||
**/Bootdisk
|
||||
|
||||
# various filetypes generated at runtime or used for internal backups
|
||||
*.ldi
|
||||
*.bak
|
||||
@ -25,8 +29,12 @@ Internal
|
||||
*.lcc
|
||||
*.lds
|
||||
|
||||
# SigCLib requires lba and lob files
|
||||
!cObjLib.lob
|
||||
!cObjLib.lba
|
||||
|
||||
# opc related classes added automatically from lasal instance
|
||||
!**/Class/OPC_UA/**
|
||||
!**/Class/OPC_UA_Client/**
|
||||
!**/Class/OPC_UA_ModuleBase/**
|
||||
!**/Class/OPC_UA_AddressSpace/**
|
||||
!**/Class/OPC_UA_AddressSpace/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user