From 69710f928a8588fec087b2d832fe341fc857ba64 Mon Sep 17 00:00:00 2001 From: Mridang Agarwalla Date: Sat, 17 Oct 2015 11:48:47 +0300 Subject: [PATCH] Updated the gitignore file --- .gitignore | 33 ++++++++++++++++++++++++++------- 1 file changed, 26 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 6f4e696..ccf2efe 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,27 @@ -.gradle -/local.properties -/.idea/workspace.xml -/.idea/libraries -.DS_Store -/build -/captures +# Built application files *.apk +*.ap_ + +# Files for the Dalvik VM +*.dex + +# Java class files +*.class + +# Generated files +bin/ +gen/ + +# Gradle files +.gradle/ +build/ +/*/build/ + +# Local configuration file (sdk path, etc) +local.properties + +# Proguard folder generated by Eclipse +proguard/ + +# Log Files +*.log