From: Jakob Sagatowski Date: Sat, 25 Jan 2020 18:13:52 +0000 (+0100) Subject: As a product of enabling the write of separate LineIDs (described here https://github... X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7d05cd61d4d33d11da1bec19e43b89325aae9e25;p=gitignore.git 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. --- 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