aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-08-21 04:59:12 +0000
committermat <git@matdoes.dev>2025-08-21 04:59:12 +0000
commit776c8dbd5e1441a4345c0077025a180cad6f5666 (patch)
tree11fe50b7b32b38a8836949c93d69b0766e416261
parent01e0541b2d8d3acc30999e34992479b3d79fbdbd (diff)
downloadazalea-drasl-776c8dbd5e1441a4345c0077025a180cad6f5666.tar.xz
add more profiling-related files to gitignore
-rw-r--r--.gitignore11
1 files 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