From 0328eca7f07674031a14d0f49e92c0316e1beb86 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Fri, 12 Apr 2024 00:05:39 +0200 Subject: [PATCH] Add crash log file to `.gitignore` This prevents accidentally committing this file if you run into a crash while working on something. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b434b52a7..6e9e5b9de 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ /build_vc2019-64 /build_vc2019-32 /build__ +gzdoom-crash.log