From 776c8dbd5e1441a4345c0077025a180cad6f5666 Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 21 Aug 2025 04:59:12 +0000 Subject: add more profiling-related files to gitignore --- .gitignore | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 1e5d064f..e2e62e00 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ .vscode/ doc/ target/ +rustc-ice-* .cargo/config .cargo/config.toml @@ -10,13 +11,13 @@ target/ # the example could be run from anywhere example_cache.json +# not created by azalea itself, sometimes used for debugging since the docs specifically mentions using azalea.log +azalea.log + # these are created by profiling tools flamegraph.svg perf.data perf.data.old heaptrack.* - -rustc-ice-* - -# not created by azalea itself, sometimes used for debugging since the docs specifically mentions using azalea.log -azalea.log +*.mm_profdata +chrome_profiler.json -- cgit v1.2.3