diff options
author | Frieder Bluemle <info@bluemle.net> | 2014-01-16 15:29:58 -0800 |
---|---|---|
committer | Frieder Bluemle <info@bluemle.net> | 2014-01-16 15:40:25 -0800 |
commit | 631f8760c6890dd9df43dbaf52a56f2968bd36c3 (patch) | |
tree | 66548362aa5cab51c6b0deae375cb57684fa6c55 /Android.gitignore | |
parent | 5979282c55da38db155427080d7a89dd31c93502 (diff) | |
download | gitignore-631f8760c6890dd9df43dbaf52a56f2968bd36c3.tar.gz gitignore-631f8760c6890dd9df43dbaf52a56f2968bd36c3.zip |
Improve Android .gitignore comments
Diffstat (limited to 'Android.gitignore')
-rw-r--r-- | Android.gitignore | 8 |
1 files 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/ |