I have been googling and reading various posts around the net and I\'ve tried:
git filter-branch --index-filter \"git rm -rf --cached --ignore-unmatch Launcher
Okay I solved the problem, it was the path that was wrong. I changed this:
Launcher\lib
to this:
Launcher/lib/
and now it works ;)