Possible Duplicate:
.gitignore file not ignoring
I checked out a big repo and worked on it for a day which created lot of temp files. When I cloned the repo, I forgot to add .gitignore to it. So, now I see lot of temp files. I added my .gitignore to the root directory. Also copied the same rules to /.git/info/exclude. Still I see the same set of files. Am I doing some stupid mistake?
Thanks