mirror of
https://github.com/github/gitignore.git
synced 2026-08-29 19:27:19 +02:00
Compare commits
10 Commits
56240913cb
...
1f9bef3fb7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1f9bef3fb7 | ||
|
|
ce9cf62da7 | ||
|
|
ca6c873762 | ||
|
|
7338c62e90 | ||
|
|
3407009677 | ||
|
|
e5414fa4fe | ||
|
|
411ca2450b | ||
|
|
6502030068 | ||
|
|
d36057a9f8 | ||
|
|
b7562cc78e |
@ -23,7 +23,6 @@
|
||||
*.dll
|
||||
*.so.*
|
||||
|
||||
|
||||
# Fortran module files
|
||||
*.mod
|
||||
*.smod
|
||||
|
||||
@ -4,6 +4,7 @@
|
||||
*.autosave
|
||||
*.slx.r*
|
||||
*.mdl.r*
|
||||
*.bak
|
||||
|
||||
# Derived content-obscured files
|
||||
*.p
|
||||
|
||||
47
Lasal.gitignore
Normal file
47
Lasal.gitignore
Normal 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/**
|
||||
@ -429,4 +429,4 @@ FodyWeavers.xsd
|
||||
*.msp
|
||||
|
||||
# VS Code C# Dev Kit
|
||||
*.lscache
|
||||
#*.lscache
|
||||
|
||||
Loading…
Reference in New Issue
Block a user