aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2013-05-25 22:48:11 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2013-05-25 22:48:11 +0200
commit23caec047182a85869f56c9ca0ae9125227734fc (patch)
tree983cf4d11a667cfb5caeb062da847e92f5f7885b /.gitignore
parent9744b569ab7eda549e01cff685aa1b1d171cc28e (diff)
downloadopen-keychain-23caec047182a85869f56c9ca0ae9125227734fc.tar.gz
open-keychain-23caec047182a85869f56c9ca0ae9125227734fc.tar.bz2
open-keychain-23caec047182a85869f56c9ca0ae9125227734fc.zip
move ActionBarSherlock lib, add gradle build files
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore29
1 files changed, 28 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index a1fa2dab4..71c11b159 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,30 @@
+#Android specific
+bin
+gen
+obj
+libs/armeabi
+lint.xml
+local.properties
+release.properties
+ant.properties
*.class
*.apk
-.metadata \ No newline at end of file
+
+#Gradle
+.gradle
+build
+gradle.properties
+
+#Maven
+target
+pom.xml.*
+
+#Eclipse
+.project
+.classpath
+.settings
+.metadata
+
+#IntelliJ IDEA
+.idea
+*.iml