From c546789179020edbd63795f3d95e5b0715c8bd69 Mon Sep 17 00:00:00 2001
From: brutzman <brutzman@nps.edu>
Date: Sat, 25 Aug 2018 14:13:16 -0700
Subject: [PATCH] ignore private files and build classes when updating git

---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index 810b6192fe..26fc9ff875 100644
--- a/.gitignore
+++ b/.gitignore
@@ -40,3 +40,6 @@
 /deliverables/build/
 /projects/TcpExample3/Server/TcpServer/build/
 /projects/TcpExample3/Client/TcpClient/build/
+/projects/UdpExample1/UdpReceiver/build/
+/CourseExamples/nbproject/private/
+/CourseExamples/build/
\ No newline at end of file
-- 
GitLab