diff options
Diffstat (limited to 'OpenPGP-Keychain/.gitignore')
-rw-r--r-- | OpenPGP-Keychain/.gitignore | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/OpenPGP-Keychain/.gitignore b/OpenPGP-Keychain/.gitignore index 1eb5cbeae..71c11b159 100644 --- a/OpenPGP-Keychain/.gitignore +++ b/OpenPGP-Keychain/.gitignore @@ -1,24 +1,30 @@ -#Android generated +#Android specific bin gen obj libs/armeabi lint.xml local.properties +release.properties ant.properties +*.class +*.apk + +#Gradle +.gradle +build +gradle.properties + +#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 |