From d38de74008151753b574ebad0d3171ff1025e65e Mon Sep 17 00:00:00 2001 From: Jakob Sagatowski Date: Thu, 5 Dec 2019 12:42:11 +0100 Subject: [PATCH] Clarified *.tmc-files rule. --- TwinCAT3.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TwinCAT3.gitignore b/TwinCAT3.gitignore index 88377455..87b50cf0 100644 --- a/TwinCAT3.gitignore +++ b/TwinCAT3.gitignore @@ -8,6 +8,9 @@ *.tclrs *.compiled-library *.compileinfo +# Don't include the tmc-file rule if either of the following is true: +# 1. You've got TwinCAT C++ projects, as the information in the TMC-file is created manually for the C++ projects (in that case, only (manually) ignore the tmc-files for the PLC projects) +# 2. You've created a standalone PLC-project and added events to it, as these are stored in the TMC-file. *.tmc *.tmcRefac *.library