Make gitignore ignore all .gba and .sav files

This commit is contained in:
Gary Talent 2023-12-20 22:06:49 -06:00
parent ce34d450b9
commit 3787f6adb2

6
.gitignore vendored
View File

@ -4,6 +4,7 @@
.conanbuild .conanbuild
.mypy_cache .mypy_cache
.stfolder .stfolder
.stignore
scripts/__pycache__ scripts/__pycache__
CMakeLists.txt.user CMakeLists.txt.user
ROM.oxfs ROM.oxfs
@ -13,8 +14,7 @@ compile_commands.json
dist dist
graph_info.json graph_info.json
imgui.ini imgui.ini
nostalgia.gba *.gba
nostalgia.sav *.sav
nostalgia_media.oxfs
studio_state.json studio_state.json
tags tags