Skip to content

Commit d38de74

Browse files
committed
Clarified *.tmc-files rule.
1 parent 414be70 commit d38de74

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

TwinCAT3.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
*.tclrs
99
*.compiled-library
1010
*.compileinfo
11+
# Don't include the tmc-file rule if either of the following is true:
12+
# 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)
13+
# 2. You've created a standalone PLC-project and added events to it, as these are stored in the TMC-file.
1114
*.tmc
1215
*.tmcRefac
1316
*.library

0 commit comments

Comments
 (0)