From 688a5ba7bda7348ac8969702ae77bba5997ba953 Mon Sep 17 00:00:00 2001 From: Jon Staff Date: Thu, 20 Feb 2014 11:17:05 -0500 Subject: [PATCH] Update Android.gitignore --- Android.gitignore | 50 +++++++++++++++++++++++++++++++---------------- 1 file changed, 33 insertions(+), 17 deletions(-) diff --git a/Android.gitignore b/Android.gitignore index 64d3c976..67c12206 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -1,23 +1,39 @@ -# Built application files -*.apk -*.ap_ +# Android generated +bin +gen +lint.xml -# Files for the Dalvik VM -*.dex +# Eclipse +.project +.classpath +.settings +.checkstyle -# Java class files -*.class +# IntelliJ IDEA +.idea +*.iml +*.ipr +*.iws +classes +gen-external-apklibs +out -# Generated files -bin/ -gen/ +# Maven +target +release.properties +pom.xml.* -# Gradle files -.gradle/ -build/ - -# Local configuration file (sdk path, etc) +# Ant +ant.properties local.properties +proguard.cfg +proguard-project.txt -# Proguard folder generated by Eclipse -proguard/ +# Other +.DS_Store +tmp + +# Gradle +.gradle +/build +/out