From 6e3e0efe6821058e25667b7311bbbd43c83877b5 Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@nps.edu> Date: Fri, 3 Sep 2021 05:49:30 -0700 Subject: [PATCH] ignore all javadoc, do not commit to version control --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 423548caef..19f2563a4e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ ~$3500NetworkedGraphicsSyllabus2019JulySeptember.doc /nbproject/build-impl.xml~ /nbproject/private/ +**/javadoc/* /assignments/build/ /assignments/dist/ /assignments/nbproject/build-impl.xml~ @@ -41,4 +42,4 @@ /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 -/specifications/downloads/IEEE1278.1-2012.DistributedInteractiveSimulation.ApplicationProtocols.12781-2012.pdf +/specifications/downloads/IEEE1278.1-2012.DistributedInteractiveSimulation.ApplicationProtocols.12781-2012.pdf \ No newline at end of file -- GitLab