gitignore: ignore ICE reports regardless of directory

This commit is contained in:
Pavel Grigorenko 2024-08-24 21:55:16 +03:00
parent f167efad2f
commit c29e328f6a
1 changed files with 3 additions and 1 deletions

4
.gitignore vendored
View File

@ -56,7 +56,9 @@ build/
/src/tools/x/target
# Created by default with `src/ci/docker/run.sh`
/obj/
/rustc-ice*
## ICE reports
rustc-ice-*.txt
## Temporary files
*~