code.gitea.io/gitea@v1.21.7/options/gitignore/TwinCAT3 (about) 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/