I removed some files from git index , using git rm --cached.
Those files were already staged before.
Now those files still shows at the GitX stage area, with red icon near them.
I would like them disappear, that's the reason I ignored them.
I tried git update-index --assume-unchanged to no avail.
Any advice ?