From b7562cc78ee821d599b03c6e58bb6e35bba0def8 Mon Sep 17 00:00:00 2001 From: Theophylakto <41908189+Theophylakto@users.noreply.github.com> Date: Mon, 8 Sep 2025 10:06:47 +0100 Subject: [PATCH] Add LASAL gitignore --- Lasal.gitignore | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 Lasal.gitignore diff --git a/Lasal.gitignore b/Lasal.gitignore new file mode 100644 index 00000000..18cb15c1 --- /dev/null +++ b/Lasal.gitignore @@ -0,0 +1,32 @@ +## LASAL ### +# website: https://www.sigmatek-automation.com/en/products/engineering-tool-lasal/ + +# Lasal visu runtime folders generated during build +**/Runtime +**/BAK +**/Language + +# Lasal class runtime folders generated during build +ProjectInternal +Internal +**/Network/*/*.st +**/Drive/*.st + +# various filetypes generated at runtime or used for internal backups +*.ldi +*.bak +*.lob +*.lba +*.lcb +*.lock +*.plc +*.7z +*.zip +*.lcc +*.lds + +# opc related classes added automatically from lasal instance +!**/Class/OPC_UA/** +!**/Class/OPC_UA_Client/** +!**/Class/OPC_UA_ModuleBase/** +!**/Class/OPC_UA_AddressSpace/** \ No newline at end of file