I am currently using Eclipse (Indigo Service Release 1) for Android development. When I do try to "commit" changes which I make to a specific project, I am prompted to commit all the files under "bin" directory.
I do not want to commit it and a simpler solution is to un-check them all every time I commit. However this is getting annoying and I was wondering if there is a permanent fix to it.
I tried :
Preferences -> Team -> Ignore Resources -> Add Pattern with "bin" as the added pattern.
However it doesn't really provide a permanent solution.
Any suggestions?