1
0
mirror of https://github.com/github/gitignore synced 2024-11-26 05:34:21 +01:00
Commit Graph

6 Commits

Author SHA1 Message Date
KIKAItachi
ee84e4229b
feat(TwinCAT3): ignore .tspproj.bak files
These files are used in stand-alone PLC projects: https://infosys.beckhoff.com/english.php?content=../content/1033/variant_management/10480356619.html&id=
2023-05-15 08:13:53 +01:00
Jakob Sagatowski
88014e6d0c After adding the new product "TF3680 - TC3 Filter" as a reference, some new files were automatically generated after compilation:
_ModuleInstall/TcFilter/TwinCAT CE7 (ARMV7)/TcFilterW32.dll
_ModuleInstall/TcFilter/TwinCAT CE7 (x86)/TcFilterW32.dll
_ModuleInstall/TcFilter/TwinCAT RT (x64)/TcFilter.sys
_ModuleInstall/TcFilter/TwinCAT RT (x86)/TcFilter.sys

After contacting Beckhoff support, it was concluded that the folder "_ModuleInstall" could be omitted from version control, thus this addition.
2020-05-26 16:17:55 +02:00
Jakob Sagatowski
7d05cd61d4 As a product of enabling the write of separate LineIDs (described here https://github.com/tcunit/TcUnit/issues/85) and having a discussion with Beckhoff support, it was concluded that the files "LineIDs.dbg" and "LineIDs.dbg.bak" should not be version controlled, and thus these two are added to the gitignore-file for TwinCAT3. 2020-01-25 19:13:52 +01:00
Jakob Sagatowski
d38de74008 Clarified *.tmc-files rule. 2019-12-05 12:42:11 +01:00
Jakob Sagatowski
414be70b39 Added:
- tmcRefac
- project.~u
- tsproj.bak
- xti.bak (TwinCAT export files backup)
2019-10-14 07:45:54 +02:00
Jakob Sagatowski
e4fe597296 Renamed TwinCAT.gitignore to TwinCAT3.gitignore so it's obvious this is a gitignore file only applicable for TwinCAT3 and not also TwinCAT2 (which stores everything in a big binary blob). 2019-07-13 18:41:49 +02:00