Ignore mono_crash.* files

This commit is contained in:
Leroy Hopson 2021-06-18 09:43:01 +07:00
parent 3fb2580fc6
commit b133bfb602
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA

1
.gitignore vendored
View file

@ -6,6 +6,7 @@ export/
# Mono-specific ignores
.mono/
data_*/
mono_crash.*
# Python-specific ignores
.venv