diff options
author | Jakob Sagatowski <jakob.sagatowski@outlook.com> | 2019-12-05 12:42:11 +0100 |
---|---|---|
committer | Jakob Sagatowski <jakob.sagatowski@outlook.com> | 2019-12-05 12:42:11 +0100 |
commit | d38de74008151753b574ebad0d3171ff1025e65e (patch) | |
tree | e1f47fb2e0b22d0043db0b57bf08ba022e1de11c /TwinCAT3.gitignore | |
parent | 414be70b393643f3b998a04912e52cdc7e737c61 (diff) | |
download | gitignore-d38de74008151753b574ebad0d3171ff1025e65e.tar.gz gitignore-d38de74008151753b574ebad0d3171ff1025e65e.zip |
Clarified *.tmc-files rule.
Diffstat (limited to 'TwinCAT3.gitignore')
-rw-r--r-- | TwinCAT3.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
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 |