aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorSuhail Alkowaileet <xsoh.k7@gmail.com>2015-09-04 10:37:58 +0300
committerSuhail Alkowaileet <xsoh.k7@gmail.com>2015-09-04 14:59:54 +0300
commite3ee56b0d5b1903899b916ac4cf1a2e4f9652f43 (patch)
tree6cbee3664a51043e2a184ae355e9d86a82b68d72 /.gitignore
parent7468654894e6c721dd5fd56020bec2825ed3d174 (diff)
downloadandroid_packages_apps_Etar-e3ee56b0d5b1903899b916ac4cf1a2e4f9652f43.tar.gz
android_packages_apps_Etar-e3ee56b0d5b1903899b916ac4cf1a2e4f9652f43.tar.bz2
android_packages_apps_Etar-e3ee56b0d5b1903899b916ac4cf1a2e4f9652f43.zip
- Update gitignore
- Update Gradle.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore33
1 files changed, 30 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index de1d46ec..c9c2248a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,32 @@
+# Built application files
+*.apk
+*.ap_
+
+# Files for the Dalvik VM
+*.dex
+
+# Java class files
+*.class
+
+# Generated files
bin/
gen/
-.project
-res/.DS_Store
-res/drawable-hdpi/.DS_Store
+
+# Gradle files
+.gradle/
+build/
+
+# Local configuration file (sdk path, etc)
+local.properties
+
+# Proguard folder generated by Eclipse
+proguard/
+
+# Log Files
+*.log
+
+# Android Studio Navigation editor temp files
+.navigation/
+
+# Android Studio captures folder
+captures/