From 429055cc4a6de848852e27cd2c7fa6f246df325c Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@DESKTOP-2S09UKA> Date: Thu, 8 Oct 2020 00:39:11 -0700 Subject: [PATCH] ignore build directories of new subprojects --- .gitignore | 65 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 34 insertions(+), 31 deletions(-) diff --git a/.gitignore b/.gitignore index 9e4315149f..51ec9c6357 100644 --- a/.gitignore +++ b/.gitignore @@ -1,31 +1,34 @@ - ~$3500NetworkedGraphicsSyllabus2019JulySeptember.doc -/nbproject/build-impl.xml~ -/nbproject/genfiles.properties -/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 + ~$3500NetworkedGraphicsSyllabus2019JulySeptember.doc +/nbproject/build-impl.xml~ +/nbproject/genfiles.properties +/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/BasicServletDemo/build/ +/examples/WebsocketGateway/dist/ -- GitLab