1
0

TwinCAT3.gitignore 807 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. ### TwinCAT3 ###
  2. # website: https://www.beckhoff.com/twincat3/
  3. # TwinCAT PLC
  4. *.plcproj.bak
  5. *.plcproj.orig
  6. *.tpy
  7. *.tclrs
  8. *.library
  9. *.compiled-library
  10. *.compileinfo
  11. *.asm
  12. *.core
  13. LineIDs.dbg
  14. LineIDs.dbg.bak
  15. # TwinCAT C++ and shared types
  16. # ignoring the TMC file is only useful for plain PLC programming
  17. # as soon as shared data types (via tmc), C++ or in general TcCom-Module are used, the TMC file has to be part of the repository
  18. *.tmc
  19. *.tmcRefac
  20. # TwinCAT project files
  21. *.tsproj.bak
  22. *.tsproj.b?k
  23. *.tsproj.orig
  24. *.xti.bak
  25. *.xti.bk?
  26. *.xti.orig
  27. *.xtv
  28. *.xtv.bak
  29. *.xtv.bk?
  30. # Multiuser specific
  31. **/.TcGit/
  32. # exclude not required folders
  33. **/_Boot/
  34. **/_CompileInfo/
  35. **/_Libraries/
  36. **/_ModuleInstall/
  37. **/_Deployment/
  38. **/_Repository/
  39. # VS Shell project specific files and folders
  40. **/.vs/
  41. *.~u
  42. *.project.~u
  43. *.suo