From 3787f6adb2d4b531414ef7f0526ddf0157c1198e Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Wed, 20 Dec 2023 22:06:49 -0600 Subject: [PATCH] Make gitignore ignore all .gba and .sav files --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d1f8a090..0d817389 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ .conanbuild .mypy_cache .stfolder +.stignore scripts/__pycache__ CMakeLists.txt.user ROM.oxfs @@ -13,8 +14,7 @@ compile_commands.json dist graph_info.json imgui.ini -nostalgia.gba -nostalgia.sav -nostalgia_media.oxfs +*.gba +*.sav studio_state.json tags