aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2014-08-27 01:57:50 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2014-08-27 01:57:50 -0700
commitd1cd68eca1bbcfe523b365edc9808fe79cc20c90 (patch)
tree6946720660c4772a5592eabf46bc672ce1138ad3 /.gitignore
parent5c9ec1753dfcb83b98c26354d92d05f4be4fd808 (diff)
parent83cab5026087debc28bbe8b187655626c55e9103 (diff)
downloadandroid_external_ant-wireless_ant_service-stable/cm-13.0-ZNH2KB.tar.gz
android_external_ant-wireless_ant_service-stable/cm-13.0-ZNH2KB.tar.bz2
android_external_ant-wireless_ant_service-stable/cm-13.0-ZNH2KB.zip
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore33
1 files changed, 12 insertions, 21 deletions
diff --git a/.gitignore b/.gitignore
index ae0d9e7..cc0f5a1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,21 +1,12 @@
-# built application files
-*.apk
-*.ap_
-
-# files for the dex VM
-*.dex
-
-# Java class files
-*.class
-
-# generated files
-bin/
-gen/
-
-# Local configuration file (sdk path, etc)
-local.properties
-# and the not safe to be released part
-secure.properties
-
-# CVS files
-CVS/
+# Ignores for Eclipse
+/.settings/
+
+# Ignores for Android Projects
+/bin/
+/gen/
+/publish/
+/local.properties
+/secure.properties
+
+# Ignores for Mac machines
+.DS_Store \ No newline at end of file