From 190933fbafd531118de3f0f46fac9c085c6c25a2 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Sat, 23 Jan 2021 20:53:14 +0100 Subject: [PATCH] Added application core dumps to the .gitignore file. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index cf4810aee..1bb880023 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,9 @@ emulationstation EmulationStation EmulationStation.exe +# Core dump +emulationstation.core + # Profiling data gmon.out