From 2781fb0724ca164ef444cfb784b93b69b44c6f52 Mon Sep 17 00:00:00 2001 From: Aetias Date: Sat, 6 Jan 2024 10:35:16 +0100 Subject: [PATCH] .gitignore `*.sav` Some emulators put save files in the same directory as the ROM --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b5f778e2..b63315e9 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ ph_*/ *.nds *bios.bin /m2ctx +*.sav