diff options
author | Jakob Sagatowski <jakob.sagatowski@outlook.com> | 2020-01-25 19:13:52 +0100 |
---|---|---|
committer | Jakob Sagatowski <jakob.sagatowski@outlook.com> | 2020-01-25 19:13:52 +0100 |
commit | 7d05cd61d4d33d11da1bec19e43b89325aae9e25 (patch) | |
tree | 25ece83e159b6b13b3f6bb7163f0527f4b1fec5b /TwinCAT3.gitignore | |
parent | d38de74008151753b574ebad0d3171ff1025e65e (diff) | |
download | gitignore-7d05cd61d4d33d11da1bec19e43b89325aae9e25.tar.gz gitignore-7d05cd61d4d33d11da1bec19e43b89325aae9e25.zip |
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.
Diffstat (limited to 'TwinCAT3.gitignore')
-rw-r--r-- | TwinCAT3.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TwinCAT3.gitignore b/TwinCAT3.gitignore index 87b50cf0..cb3926ab 100644 --- a/TwinCAT3.gitignore +++ b/TwinCAT3.gitignore @@ -17,6 +17,8 @@ *.project.~u *.tsproj.bak *.xti.bak +LineIDs.dbg +LineIDs.dbg.bak _Boot/ _CompileInfo/ _Libraries/
\ No newline at end of file |