From 3a7463936f8d50e4a61017f01689a8311d18e1d9 Mon Sep 17 00:00:00 2001 From: awe Date: Thu, 9 Apr 2026 17:20:02 +0300 Subject: [PATCH 1/2] Ignore generated artifacts --- .gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e5b380b --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# Build outputs +*.exe +*.obj + +# Large capture spools and generated data dumps +*.capture_spool.bin +capture.csv +capture.svg +packets.csv +packets.svg +test.csv +test.svg +internal_default.csv +internal_default.svg +*_test.* From a85864dc9c2ba74d59296a498e6de0c0e88b2603 Mon Sep 17 00:00:00 2001 From: awe Date: Thu, 9 Apr 2026 17:20:32 +0300 Subject: [PATCH 2/2] Ignore capture binary --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e5b380b..6224ec2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ # Build outputs +capture *.exe *.obj