From 784a35ce36f43cb6047f531b5865e3bd744fa93f Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 20 Sep 2015 16:26:43 +0200 Subject: [PATCH] Update .gitignore --- .gitignore | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index dca3baf9dc..ac6110512b 100644 --- a/.gitignore +++ b/.gitignore @@ -23,7 +23,7 @@ Debug Release ipch *.user -/wii/app_booter/app_booter.bin +/bootstrap/gx/wii/app_booter/app_booter.bin *.zip RetroArch-w32/ RetroArch-w64/ @@ -62,12 +62,12 @@ apple/RetroArch_iOS.xcodeproj/project.xcworkspace/* /obj-w32/ # Android -/android/phoenix/obj/ -/android/phoenix/assets/ -/android/phoenix/libs/ -/android/phoenix/bin/ -/android/phoenix/gen/ -/android/phoenix/local.properties +/pkg/android/phoenix/obj/ +/pkg/android/phoenix/assets/ +/pkg/android/phoenix/libs/ +/pkg/android/phoenix/bin/ +/pkg/android/phoenix/gen/ +/pkg/android/phoenix/local.properties # Cloned by libretro-fetch.sh /media/assets/ @@ -76,8 +76,8 @@ apple/RetroArch_iOS.xcodeproj/project.xcworkspace/* /media/shaders_cg/ /media/libretrodb/ -apple/iOS/build/ -apple/iOS/modules/ +pkg/apple/iOS/build/ +pkg/apple/iOS/modules/ obj-unix/ .vagrant/