From 00dbcfcd3017f1f735579416374bc2f4ad33a1a1 Mon Sep 17 00:00:00 2001 From: Ender's Games Date: Tue, 7 Aug 2018 11:47:01 -0400 Subject: [PATCH] Update .gitignore and remove cached files --- .gitignore | 7 +------ shell/android-studio/android-studio.iml | 16 ---------------- .../android-studio/reicast/src/main/assets/build | 1 - 3 files changed, 1 insertion(+), 23 deletions(-) delete mode 100644 shell/android-studio/android-studio.iml delete mode 100644 shell/android-studio/reicast/src/main/assets/build diff --git a/.gitignore b/.gitignore index c343d58bd..db491f07a 100644 --- a/.gitignore +++ b/.gitignore @@ -6,11 +6,6 @@ bin/ gen/ obj/ -newdc/android/libnewdc/bin/libnewdc.jar -newdc/android/libnewdc/bin/classes/com/example/newdc/JNIdc.class - -shell/android/assets/build - # iOS/Xcode general stuff .DS_Store */build/* @@ -56,4 +51,4 @@ reicast-ios.xccheckout .idea *.iml .externalNativeBuild -shell/android-studio/app/src/main/assets/build +shell/android-studio/reicast/src/main/assets/build diff --git a/shell/android-studio/android-studio.iml b/shell/android-studio/android-studio.iml deleted file mode 100644 index 0fe7ea9f6..000000000 --- a/shell/android-studio/android-studio.iml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/shell/android-studio/reicast/src/main/assets/build b/shell/android-studio/reicast/src/main/assets/build deleted file mode 100644 index 28a55ddd6..000000000 --- a/shell/android-studio/reicast/src/main/assets/build +++ /dev/null @@ -1 +0,0 @@ -9891979f2c0e9e9e8a8975e16aea9b4e943bd3aa \ No newline at end of file