From 631f8760c6890dd9df43dbaf52a56f2968bd36c3 Mon Sep 17 00:00:00 2001 From: Frieder Bluemle Date: Thu, 16 Jan 2014 15:29:58 -0800 Subject: [PATCH] Improve Android .gitignore comments --- Android.gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Android.gitignore b/Android.gitignore index 927ef517..64d3c976 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -1,18 +1,18 @@ -# built application files +# Built application files *.apk *.ap_ -# files for the dex VM +# Files for the Dalvik VM *.dex # Java class files *.class -# generated files +# Generated files bin/ gen/ -# Ignore gradle files +# Gradle files .gradle/ build/