From 8bae9e6b82097fb8ec19c7e794fdb0c53a330864 Mon Sep 17 00:00:00 2001 From: "Panagiotis \"Ivory\" Vasilopoulos" Date: Sun, 28 Aug 2022 21:00:35 +0200 Subject: [PATCH] Update .gitignore --- .gitignore | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 85a59243..cbfd2e19 100644 --- a/.gitignore +++ b/.gitignore @@ -17,13 +17,16 @@ build/ out/ .cache/ -bin/Cemu # Cemu bin files +bin/Cemu +bin/dump +bin/graphicPacks +bin/mlc01/* bin/otp.bin bin/seeprom.bin +bin/keys.txt bin/Cemu.pdb -bin/mlc01/* bin/settings.xml bin/title_list_cache.xml @@ -33,4 +36,4 @@ bin/shaderCache/* bin/controllerProfiles/* !bin/gameProfiles/default/* -bin/gameProfiles/* \ No newline at end of file +bin/gameProfiles/*