From de243c6ebf51c716707eb9a084c38a76b1e60f78 Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@nps.edu> Date: Thu, 26 Jul 2018 10:26:07 -0700 Subject: [PATCH] add to ignore list. avoiding checkins of compiled code --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 145ac5aac4..76e3b89d15 100644 --- a/.gitignore +++ b/.gitignore @@ -36,4 +36,5 @@ /projects/TcpExample3/Client/TcpClient/nbproject/private /projects/TcpExample3/Server/TcpServer/nbproject/private /deliverables/nbproject/private/ -/projects/Assignments/dist/ \ No newline at end of file +/projects/Assignments/dist/ +/deliverables/build/ \ No newline at end of file -- GitLab