diff options
| author | xFrednet <xFrednet@gmail.com> | 2024-04-01 12:03:16 +0200 |
|---|---|---|
| committer | xFrednet <xFrednet@gmail.com> | 2024-04-01 12:03:16 +0200 |
| commit | 17a61b261061365e9708478ccf95a8103dbc1944 (patch) | |
| tree | 5aaa10e6807d01cfbe486d46fb6c9ada8ad77260 | |
| parent | cb87a574fd5d70293531856619a05403c13ca74f (diff) | |
| download | rust-17a61b261061365e9708478ccf95a8103dbc1944.tar.gz rust-17a61b261061365e9708478ccf95a8103dbc1944.zip | |
Ignore `rustc-ice-` files
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 503ae3c5090..181b71a658b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Generated by ui-test +rustc-ice-* + # Used by CI to be able to push: /.github/deploy_key out |
