From 29270ed673b7b941e7bebb495f30c3c37ddd5a8a Mon Sep 17 00:00:00 2001 From: Megamouse Date: Sun, 15 Jul 2018 15:47:08 +0200 Subject: [PATCH] gitignore: completely ignore the game folders, some games use TEST12345 It wasn't working anyway. Test-homebrews should be added by force in the future --- .gitignore | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitignore b/.gitignore index 78fb0de51b..c61f7384f2 100644 --- a/.gitignore +++ b/.gitignore @@ -50,12 +50,6 @@ /bin/GuiConfigs/*.dat /bin/GuiConfigs/*.dat.* -# Ignore installed games except test homebrews -!/bin/dev_hdd0/game/ -/bin/dev_hdd0/game/* -!/bin/dev_hdd0/game/TEST12345/ -/bin/dev_hdd0/disc/* - # Visual Studio Files .vs/* .vscode/*