From 5c19425abcf8d9d6fa746d0f03b297f059ff987c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torsten=20B=C3=B6gershausen?= Date: Mon, 10 Feb 2020 10:42:26 +0100 Subject: [PATCH] Partly ignore solution/_Config/ We need NC/nc.xti to be able to run the NC PLC task. So don't ignore it. But ignore all IO and Axes. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index cab1dc8..63a08bd 100644 --- a/.gitignore +++ b/.gitignore @@ -17,4 +17,5 @@ logs.0* solution/TrialLicense.tclrs tools/linux/ADS/ tools/linux/getADSState/getADSState.bin -_Config/ +_Config/NC/Axes +_Config/IO