mirror of
https://github.com/github/gitignore.git
synced 2026-08-25 17:32:47 +02:00
Merge pull request #4849 from demosdemon/patch-1
Update Rust.gitignore to include rustc-ice files
This commit is contained in:
commit
c62fbb7967
@ -13,6 +13,9 @@ target
|
|||||||
# Contains mutation testing data
|
# Contains mutation testing data
|
||||||
**/mutants.out*/
|
**/mutants.out*/
|
||||||
|
|
||||||
|
# rustc will dump stack traces when hitting an internal compiler error to PWD
|
||||||
|
rustc-ice-*.txt
|
||||||
|
|
||||||
# RustRover
|
# RustRover
|
||||||
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
|
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
|
||||||
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
|
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user