From 91674f2ae1967a21d3fe68451ceb02c95d8a912d Mon Sep 17 00:00:00 2001
From: brutzman <brutzman@DESKTOP-2S09UKA>
Date: Mon, 28 Jun 2021 21:47:30 -0700
Subject: [PATCH] DisDemo project updates

---
 .gitignore | 77 ++++++++++++++++++++++++++++--------------------------
 1 file changed, 40 insertions(+), 37 deletions(-)

diff --git a/.gitignore b/.gitignore
index 2ce8705054..4284d800f0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,37 +1,40 @@
- ~$3500NetworkedGraphicsSyllabus2019JulySeptember.doc
-/nbproject/build-impl.xml~
-/nbproject/private/
-/assignments/build/
-/assignments/dist/
-/assignments/nbproject/build-impl.xml~
-/assignments/nbproject/genfiles.properties
-/assignments/nbproject/private/
-/examples/BasicServletDemo/nbproject/private/
-/examples/WebsocketGateway/nbproject/private/
-/examples/manifest.mf
-/examples/build/
-/examples/dist/
-/examples/nbproject/build-impl.xml~
-/examples/nbproject/genfiles.properties
-/examples/nbproject/private/
-/specifications/*.SAVEME
-/specifications/*.doc
-/specifications/*.htm
-/specifications/*.xsd
-/specifications/*.xsl
-/specifications/*.pdf
-/specifications/Makefile
-/specifications/README.txt
-/specifications/SISO-REF-010-v24
-/specifications/RPR*.xml
-/specifications/SISO*.xml
-/specifications/archive
-!/specifications/2019-SIW-Presentation-039_CompressedDis.pdf
-!/specifications/IeeeDisPduColorFigures.pdf
-/examples/WebsocketGateway/build/
-/examples/WebsocketGateway/dist/
-/examples/BasicServletDemo/dist/
-/examples/BasicServletDemo/build/
-/examples/DisShooting/build/
-/examples/DisShooting/dist/
-/examples/DisShooting/nbproject/private/
+ ~$3500NetworkedGraphicsSyllabus2019JulySeptember.doc
+/nbproject/build-impl.xml~
+/nbproject/private/
+/assignments/build/
+/assignments/dist/
+/assignments/nbproject/build-impl.xml~
+/assignments/nbproject/genfiles.properties
+/assignments/nbproject/private/
+/examples/BasicServletDemo/nbproject/private/
+/examples/WebsocketGateway/nbproject/private/
+/examples/manifest.mf
+/examples/build/
+/examples/dist/
+/examples/nbproject/build-impl.xml~
+/examples/nbproject/genfiles.properties
+/examples/nbproject/private/
+/specifications/*.SAVEME
+/specifications/*.doc
+/specifications/*.htm
+/specifications/*.xsd
+/specifications/*.xsl
+/specifications/*.pdf
+/specifications/Makefile
+/specifications/README.txt
+/specifications/SISO-REF-010-v24
+/specifications/RPR*.xml
+/specifications/SISO*.xml
+/specifications/archive
+!/specifications/2019-SIW-Presentation-039_CompressedDis.pdf
+!/specifications/IeeeDisPduColorFigures.pdf
+/examples/WebsocketGateway/build/
+/examples/WebsocketGateway/dist/
+/examples/BasicServletDemo/dist/
+/examples/BasicServletDemo/build/
+/examples/DisShooting/build/
+/examples/DisShooting/dist/
+/examples/DisShooting/nbproject/private/
+/examples/DisDemo/nbproject/private/
+/examples/DisDemo/build/
+/examples/DisDemo/dist/
-- 
GitLab