From dcfb4d5b9f325f0ec07b82f5c7d4078be954f050 Mon Sep 17 00:00:00 2001 From: Carlos Bedoy Date: Sun, 31 Aug 2014 23:34:26 -0500 Subject: [PATCH] Update Android.gitignore Added support for Android Studio builds and remove others binaries, also include support on MacOS, Linux and Windows. --- Android.gitignore | 52 ++++++++++++++++++++++++++++++----------------- 1 file changed, 33 insertions(+), 19 deletions(-) diff --git a/Android.gitignore b/Android.gitignore index 9068cd01..fc4e61ca 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -1,26 +1,40 @@ -# Built application files -*.apk -*.ap_ +.DS_Store +*.pydevproject +.project +.metadata +**/bin/** +**/gen/** +tmp/** +tmp/**/* +*.tmp +*.bak +*.swp +*~.nib +local.properties +.classpath +.settings/ +.loadpath -# Files for the Dalvik VM -*.dex +# External tool builders +.externalToolBuilders/ -# Java class files -*.class +# Locally stored "Eclipse launch configurations" +*.launch -# Generated files -bin/ -gen/ +# CDT-specific +.cproject -# Gradle files +# PDT-specific +.buildpath + +# Android Studio build +.idea/ .gradle/ build/ +*.iml +local.propertiesout/ -# Local configuration file (sdk path, etc) -local.properties - -# Proguard folder generated by Eclipse -proguard/ - -# Log Files -*.log +gradlew.bat +out/ +bin/ +gen/