Add crash log file to .gitignore

This prevents accidentally committing this file if you run
into a crash while working on something.
This commit is contained in:
Hugo Locurcio 2024-04-12 00:06:03 +02:00 committed by Christoph Oelckers
parent 2d5f908bcd
commit 0f2ed58b4b

1
.gitignore vendored
View file

@ -5,3 +5,4 @@ build-vs2019/
/appimage-build
*.AppImage
.DS_Store
raze-crash.log