Possible Duplicates:
working with .git/info/exclude too late
.gitignore file not ignoring
git - removing a file from source control (but not from the source)
I have CVS/
in my both .gitignore
and my .git/info/exclude
files. But for some reason changes to any CVS folder are still tracked.
I'm tired of having to manually un-stage changes in these folders.
How do I make git stop tracking the CVS folders once it's decided to track them?