X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/c93b552db515c52afd92a6b4cc3a124b0dc30300..d3ffaa590b96bd2d0250cf833ea6ebdf4f52d2af:/.gitignore diff --git a/.gitignore b/.gitignore index 7a3b8360..8346dbfc 100644 --- a/.gitignore +++ b/.gitignore @@ -10,11 +10,33 @@ # generated files bin/ +build/ +*.iml gen/ target/ -# Local configuration file (sdk path, etc) +# Local configuration files (sdk path, etc) local.properties +oc_workaround/local.properties +oc_framework/local.properties +oc_framework-test-project/local.properties +tests/local.properties # Mac .DS_Store files .DS_Store + +# Proguard README +proguard-project.txt +oc_workaround/proguard-project.txt +oc_framework/proguard-project.txt +oc_framework-test-project/proguard-project.txt +tests/proguard-project.txt + +# Android Studio and Gradle specific entries +.gradle +.idea +*.iml +build + +# Actionbarsherlock is now ignored since scripts takes care of init the sub-modules. +actionbarsherlock \ No newline at end of file