From c810e276c3613f424bf8fbac129a904420ddc905 Mon Sep 17 00:00:00 2001 From: Miepee <38186597+Miepee@users.noreply.github.com> Date: Wed, 11 Feb 2026 22:07:46 +0100 Subject: [PATCH] Add more emulator things to gitignore --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ba14e8c..575cdf0 100644 --- a/.gitignore +++ b/.gitignore @@ -4,9 +4,13 @@ venv/ dist/ *.egg-info/ +# emulator related stuff *.gba -/*.sav +*.sav +*.ss[123456789] /*.bps +/*.ips + /*.json *.exe