From e6ac80df6cf47554a775d413a145d852eb7915e8 Mon Sep 17 00:00:00 2001 From: serversdwn Date: Tue, 10 Feb 2026 21:12:19 +0000 Subject: [PATCH] chore: add pcap files to gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ce62098..3158b70 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ /manuals/ /data/ /SLM-stress-test/stress_test_logs/ +/SLM-stress-test/tcpdump-runs/ # Python cache __pycache__/ @@ -12,4 +13,6 @@ __pycache__/ *.egg *.egg-info/ dist/ -build/ \ No newline at end of file +build/ + +*.pcap \ No newline at end of file