I'm using gitextensions in visual studio 2010, and apparently I added a bunch of files to my repository which I didnt want to track. I later edited the gitignore file to try to exclude them, but now I realize that this will not remove the files already added which are now part of the gitignore.
I found this discussion on how to remove the files I don't want to track: Ignore files that have already been committed to a Git repository
But, I'd like to see if there is a way to do this same thing using gitextensions, instead of the commandline?