diff options
| author | mat <git@matdoes.dev> | 2025-08-21 04:59:12 +0000 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-08-21 04:59:12 +0000 |
| commit | 776c8dbd5e1441a4345c0077025a180cad6f5666 (patch) | |
| tree | 11fe50b7b32b38a8836949c93d69b0766e416261 | |
| parent | 01e0541b2d8d3acc30999e34992479b3d79fbdbd (diff) | |
| download | azalea-drasl-776c8dbd5e1441a4345c0077025a180cad6f5666.tar.xz | |
add more profiling-related files to gitignore
| -rw-r--r-- | .gitignore | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -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 |
