aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain-API-Lib
diff options
context:
space:
mode:
Diffstat (limited to 'OpenPGP-Keychain-API-Lib')
-rw-r--r--OpenPGP-Keychain-API-Lib/.gitignore26
1 files changed, 18 insertions, 8 deletions
diff --git a/OpenPGP-Keychain-API-Lib/.gitignore b/OpenPGP-Keychain-API-Lib/.gitignore
index 2e423e1a3..afa9dfc45 100644
--- a/OpenPGP-Keychain-API-Lib/.gitignore
+++ b/OpenPGP-Keychain-API-Lib/.gitignore
@@ -1,23 +1,33 @@
-#Android generated
+#Android specific
bin
gen
obj
libs/armeabi
lint.xml
local.properties
+release.properties
+ant.properties
+*.class
+*.apk
+
+#Gradle
+.gradle
+build
+gradle.properties
+gradlew
+gradlew.bat
+gradle
+
+#Maven
+target
+pom.xml.*
#Eclipse
.project
.classpath
.settings
+.metadata
#IntelliJ IDEA
.idea
*.iml
-
-#Maven
-target
-release.properties
-
-#Mac
-.DS_Store \ No newline at end of file