From 3431add0e2aeb4fbe91416e0b9ba232873d72b2a Mon Sep 17 00:00:00 2001 From: Jussi Saurio Date: Thu, 7 Aug 2025 10:06:38 +0300 Subject: [PATCH] gitignore: add profiler json file --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 77396357e..30bf4488b 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,4 @@ testing/*.log limbostress.log simulator.log **/*.txt +profile.json.gz