diff options
Diffstat (limited to 'OpenKeychain/.gitignore')
-rw-r--r-- | OpenKeychain/.gitignore | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/OpenKeychain/.gitignore b/OpenKeychain/.gitignore new file mode 100644 index 000000000..aa8bb5760 --- /dev/null +++ b/OpenKeychain/.gitignore @@ -0,0 +1,29 @@ +#Android specific +bin +gen +obj +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 |