From 7c739d5a7fbe9e9b387057158f1ce43ba4eda2e4 Mon Sep 17 00:00:00 2001 From: scribam Date: Thu, 30 Apr 2020 11:26:17 +0200 Subject: [PATCH] gitignore: Update android-related files and folders --- .gitignore | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index 85454ab20..58fdba987 100644 --- a/.gitignore +++ b/.gitignore @@ -55,21 +55,12 @@ shell/linux/dispframe.elf generated .vs -# Android General -bin/ -gen/ -obj/ -build/* -*.so -local.properties -ant.properties - # Android Studio -.gradle *.iml -.externalNativeBuild -gradle.properties -shell/android-studio/reicast/src/main/assets/build +shell/android-studio/.gradle/ +shell/android-studio/reicast/.cxx/ +shell/android-studio/reicast/build/ +shell/android-studio/reicast/local.properties # JetBrains IDES .idea/