From 1feeb98a5be840e7d5ee2a7619773ed97a8ac00f Mon Sep 17 00:00:00 2001
From: brutzman <brutzman@nps.edu>
Date: Thu, 25 Jul 2024 23:27:02 -0700
Subject: [PATCH] filter log directories, pduLog files

---
 CoTreceiver/.gitignore | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/CoTreceiver/.gitignore b/CoTreceiver/.gitignore
index ae39544..97f47a3 100644
--- a/CoTreceiver/.gitignore
+++ b/CoTreceiver/.gitignore
@@ -5,5 +5,10 @@
 /CoT Test TX/nbproject/private/
 /CoT Test TX/dist/
 /CoT Test TX/build/
-/pduLog
-/logs
\ No newline at end of file
+!/logs/README.md
+!/logs/CotMsgGroup*.default
+/logs/CotMsgGroup*
+/logs/CotMsgGroup*/*.xml
+!/pduLog/README.md
+!/pduLog/PduCaptureLog.default.dislog
+/pduLog/*
-- 
GitLab