diff options
author | Jakob Sagatowski <jakob.sagatowski@outlook.com> | 2020-05-26 16:17:55 +0200 |
---|---|---|
committer | Jakob Sagatowski <jakob.sagatowski@outlook.com> | 2020-05-26 16:17:55 +0200 |
commit | 88014e6d0c75dfd0927348800404bb58d80aede6 (patch) | |
tree | 2bf43beee63dee4f591870bb75943acefc3b4226 | |
parent | 7d05cd61d4d33d11da1bec19e43b89325aae9e25 (diff) | |
download | gitignore-88014e6d0c75dfd0927348800404bb58d80aede6.tar.gz gitignore-88014e6d0c75dfd0927348800404bb58d80aede6.zip |
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.
-rw-r--r-- | TwinCAT3.gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/TwinCAT3.gitignore b/TwinCAT3.gitignore index cb3926ab..7bd6f875 100644 --- a/TwinCAT3.gitignore +++ b/TwinCAT3.gitignore @@ -21,4 +21,5 @@ LineIDs.dbg LineIDs.dbg.bak _Boot/ _CompileInfo/ -_Libraries/
\ No newline at end of file +_Libraries/ +_ModuleInstall/
\ No newline at end of file |