Hi normally I use eclipse with egit to do the git magic, but I accidentally added a whole folder to git where files reside I don't want to be under version control.
Is there a possibility to remove them in a way that they don't show up when the repo is cloned to another machine?
I tried git rm and commited/pushed the changes, but it is still cloned to a 3 machine.
Regards and thanks