From ee84e4229b0be648a481a58d3d579f90707607c9 Mon Sep 17 00:00:00 2001 From: KIKAItachi <61438920+kikaitachi@users.noreply.github.com> Date: Mon, 15 May 2023 08:13:53 +0100 Subject: [PATCH] feat(TwinCAT3): ignore .tspproj.bak files These files are used in stand-alone PLC projects: https://infosys.beckhoff.com/english.php?content=../content/1033/variant_management/10480356619.html&id= --- TwinCAT3.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TwinCAT3.gitignore b/TwinCAT3.gitignore index 7bd6f875..5e8958bc 100644 --- a/TwinCAT3.gitignore +++ b/TwinCAT3.gitignore @@ -16,10 +16,11 @@ *.library *.project.~u *.tsproj.bak +*.tspproj.bak *.xti.bak LineIDs.dbg LineIDs.dbg.bak _Boot/ _CompileInfo/ _Libraries/ -_ModuleInstall/ \ No newline at end of file +_ModuleInstall/