Compare commits

..

10 Commits

Author SHA1 Message Date
where where
1f9bef3fb7
Merge ce9cf62da7 into ca6c873762 2026-05-16 04:59:45 +00:00
where where
ce9cf62da7
Comment out lscache entry in gitignore 2026-05-16 12:59:41 +08:00
Devin Dooley
ca6c873762
Merge pull request #4728 from TimHatchard/lasal-gitignore
Add SIGMATEK Automation's LASAL gitignore
2026-05-15 16:15:08 -07:00
Devin Dooley
7338c62e90
Merge pull request #4827 from arllemfarias/patch-1
Update MATLAB.gitignore
2026-05-15 16:07:29 -07:00
Devin Dooley
3407009677
Merge pull request #4860 from bac0id/bac0id/remove-empty-lines-cpp
Remove empty line in C++.gitignore
2026-05-15 16:06:04 -07:00
BAC
e5414fa4fe
Remove empty line in .gitignore 2026-05-10 17:09:15 +08:00
Arllem Farias
411ca2450b
Update MATLAB.gitignore
Ignore auto-generated backup files
2026-03-28 11:51:24 -04:00
Tim Hatchard
6502030068
Update Lasal.gitignore with additional entries
Added maeexp and opcua entries
2026-03-27 16:00:32 +00:00
Tim Hatchard
d36057a9f8
Added lob and lba exceptions for SigCLib
SigCLib requires the lob and lba files to load a project.
2026-03-20 08:53:26 +00:00
Theophylakto
b7562cc78e
Add LASAL gitignore 2025-09-08 10:06:47 +01:00
4 changed files with 49 additions and 2 deletions

View File

@ -23,7 +23,6 @@
*.dll
*.so.*
# Fortran module files
*.mod
*.smod

View File

@ -4,6 +4,7 @@
*.autosave
*.slx.r*
*.mdl.r*
*.bak
# Derived content-obscured files
*.p

47
Lasal.gitignore Normal file
View File

@ -0,0 +1,47 @@
## LASAL ###
# website: https://www.sigmatek-automation.com/en/products/engineering-tool-lasal/
# lasal screen/visu runtime folders generated during build
**/Runtime
**/BAK
**/Language
**/TempPreview
# lasal class runtime folders generated during build
ProjectInternal
Internal
**/Network/*/*.st
**/Drive/*.st
# bootdisk files
**/Bootdisk
# various filetypes generated at runtime or used for internal backups
*.ldi
*.bak
*.lob
*.lba
*.lcb
*.lock
*.plc
*.7z
*.zip
*.lcc
*.lds
# tag files generated by the compiler
*.mme
**/MaeExp.txt
**/MaeExp.xml
# 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_Server/**
!**/Class/OPC_UA_ModuleBase/**
!**/Class/OPC_UA_AddressSpace/**
!**/Class/OPC_UA_OpenSSL_v1_1_1/**

View File

@ -429,4 +429,4 @@ FodyWeavers.xsd
*.msp
# VS Code C# Dev Kit
*.lscache
#*.lscache