You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

TwinCAT3.gitignore 691B

12345678910111213141516171819202122232425
  1. # gitignore template for TwinCAT3
  2. # website: https://www.beckhoff.com/twincat3/
  3. #
  4. # Recommended: VisualStudio.gitignore
  5. # TwinCAT files
  6. *.tpy
  7. *.tclrs
  8. *.compiled-library
  9. *.compileinfo
  10. # Don't include the tmc-file rule if either of the following is true:
  11. # 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)
  12. # 2. You've created a standalone PLC-project and added events to it, as these are stored in the TMC-file.
  13. *.tmc
  14. *.tmcRefac
  15. *.library
  16. *.project.~u
  17. *.tsproj.bak
  18. *.xti.bak
  19. LineIDs.dbg
  20. LineIDs.dbg.bak
  21. _Boot/
  22. _CompileInfo/
  23. _Libraries/
  24. _ModuleInstall/