Compare commits

...

2 Commits

Author SHA1 Message Date
Alyssa Evans
50c8ef7a0b
Merge 0329c22a3d into 5763345204 2026-04-25 10:00:10 +09:00
Alyssa Evans
0329c22a3d
Update Rust.gitignore to include rustc-ice files
Add pattern to ignore Rust compiler crash reports
2025-12-16 08:40:26 -08:00

View File

@ -22,3 +22,8 @@ rustc-ice-*.txt
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
# These are crash reports automatically generated by the Rust compiler (rustc) when it
# encounters an internal compiler error (ICE) - essentially a bug in the compiler itself,
# not your code. The filename pattern is rustc-ice-<timestamp>-<pid>.txt.
rustc-ice-*.txt