So my problem is that now that I have switched from SVN to Git I cannot clean all projects with Eclipse without getting following error:
'Cleaning all projects' has encountered a problem.
Errors occurred during the build.
Errors running builder 'Android Package Builder' on project 'com.example.myproject'.
Problems encountered while deleting resources.
Could not delete '/com.example.myproject/bin/.git'.
It's not clear to me why .git folder even exists under bin, inside it there is folder objects/pack and some IDX and PACK files.
I cannot remove the folder manually since it says that the IDX file is open in another program. Looks like to be TortoiseGit status cache.
Thanks.