I use EGit with Eclipse 4. Works fine so far. But when I try to configure an Android project to work with EGit, I have problems with the .gitignore: I'm not able to exclude the /bin branch from Git. No matter whether I edit .gitignore or use the UI interface.
I know that you have to show the files for exclusion, so to change the Filter... view to show hidden files and empty directories (like assets in this project).
But whatever I do, the /bin is not excludeable for EGit. It gets the Star Icon before Commit, and will be included.
Any Ideas ?
binfolder? You can try to remove thebinfolder and see if the removed files show up in the "Unstaged Changes" table of the Git Staging view. – robinst Aug 3 '12 at 13:44