From f18cd633a966ff667becaf71c5fe6243e1417502 Mon Sep 17 00:00:00 2001 From: Rhys van der Waerden Date: Wed, 25 Oct 2023 10:59:17 +1100 Subject: [PATCH] Ignore mono_crash files These can be generated by Unity on crash --- Unity.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Unity.gitignore b/Unity.gitignore index 58cbc825..ead62afd 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -55,6 +55,9 @@ ExportedObj/ # Unity3D generated file on crash reports sysinfo.txt +# Mono auto generated files +mono_crash.* + # Builds *.apk *.aab