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
This commit is contained in:
Megamouse 2018-07-15 15:47:08 +02:00 committed by Ivan
parent de693b0da1
commit 29270ed673

6
.gitignore vendored
View file

@ -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/*