From c79e576453339056ffa93a8cca2e6f1496a2f4ff Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@nps.edu> Date: Fri, 10 Sep 2021 09:53:03 -0700 Subject: [PATCH] also ignore PDU log commits in assignments directory --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c21a65c663..b95500576c 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,8 @@ /assignments/nbproject/build-impl.xml~ /assignments/nbproject/genfiles.properties /assignments/nbproject/private/ +/assignments/pduLog/PduCaptureLog*.dislog +/examples/pduLog/PduCaptureLog*.dislog /examples/BasicServletDemo/nbproject/private/ /examples/WebsocketGateway/nbproject/private/ /examples/manifest.mf @@ -40,7 +42,6 @@ /examples/DisDemo/nbproject/private/ /examples/DisDemo/build/ /examples/DisDemo/dist/ -/examples/pduLog/PduCaptureLog*.dislog /specifications/downloads/IEEE1278.2-2015.DistributedInteractiveSimulation.CommunicationsServices.12782-2015.pdf /specifications/downloads/IEEE1278.3-2015.DistributedInteractiveSimulation.CommunicationsServices.00587529.pdf /specifications/downloads/IEEE1278.4-2013.DistributedInteractiveSimulation.VV+A.12784-1997.pdf -- GitLab