X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/154bb85cf1cc5347333be1cea339907b13cc746a..ffa7b517841f927c385a02552a2de6a41d62ec79:/.gitignore diff --git a/.gitignore b/.gitignore index 58c41c99..9b9bd8e3 100644 --- a/.gitignore +++ b/.gitignore @@ -11,9 +11,24 @@ # generated files bin/ 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 \ No newline at end of file +.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 + +# Should not be commited inside this repo: +actionbarsherlock/ \ No newline at end of file