CVS Ignore Directories

Viewed 36439

How do you set to ignore folders and all its subdirectories in CVS?

It's getting pretty annoying when it commits every file in my \bin, \obj or \TestResult folders.

Tried *\TestResult in the ignore list - to no avail.

3 Answers
Related