Skip to content

Commit 036ccc1

Browse files
authored
Merge pull request #3092 from sagatowski/twincat
Added gitignore-file for Beckhoff TwinCAT3.
2 parents f26f4b1 + 88014e6 commit 036ccc1

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

TwinCAT3.gitignore

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# gitignore template for TwinCAT3
2+
# website: https://www.beckhoff.com/twincat3/
3+
#
4+
# Recommended: VisualStudio.gitignore
5+
6+
# TwinCAT files
7+
*.tpy
8+
*.tclrs
9+
*.compiled-library
10+
*.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.
14+
*.tmc
15+
*.tmcRefac
16+
*.library
17+
*.project.~u
18+
*.tsproj.bak
19+
*.xti.bak
20+
LineIDs.dbg
21+
LineIDs.dbg.bak
22+
_Boot/
23+
_CompileInfo/
24+
_Libraries/
25+
_ModuleInstall/

0 commit comments

Comments
 (0)