From c978fd67c4ebfa3c76397f3ee07ca57ebfe8171b Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@nps.edu> Date: Tue, 24 Jul 2018 11:56:41 -0700 Subject: [PATCH] updated ignore list --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index 29cc194262..9e7ed69320 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,11 @@ /projects/UdpExample1/UdpSender/nbproject/private/private.xml /projects/MulticastExample/MulticastSenderExample/nbproject/private/private.xml /projects/TcpExample1/nbproject/private/private.properties +/projects/TcpExample1/dist/ +/projects/TcpExample2/dist/ +/projects/TcpExample1/nbproject/private +/projects/TcpExample1/build +/projects/TcpExample2/nbproject/private +/projects/TcpExample2/build +/projects/TcpExample3/Client/TcpClient/nbproject/private +/projects/TcpExample3/Server/TcpServer/nbproject/private -- GitLab