summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorzeapo <mohamed@zenadi.com>2014-08-16 16:54:03 +0200
committerzeapo <mohamed@zenadi.com>2014-08-16 16:54:03 +0200
commitaf72e54357a86cd04f689616269c8a1d8436937f (patch)
tree26fcee6a8db1c20b92bf4e3c20a3ebaeb8b95d2c /.gitignore
parent908d2690b4bf1df82317d4d23c985ee28d1d4f83 (diff)
new ignores, next commit will be cleanup
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore30
1 files changed, 27 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 0f885ac8..0ee1826b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,29 @@
+#Android specific
+bin
+gen
+obj
+lint.xml
+local.properties
+release.properties
+ant.properties
+*.class
+
+#Gradle
.gradle
-/local.properties
-/.idea/workspace.xml
+build
+gradle.properties
.DS_Store
-/build
+
+#Maven
+target
+pom.xml.*
+
+#Eclipse
+.project
+.classpath
+.settings
+.metadata
+
+#IntelliJ IDEA
+.idea
+*.iml