- Select an unversioned file under a CVS-associated directory (by default, such files are brown).
- On the main menu, or on the context menu of the selection, choose . If .cvsignore file is not under CVS version control, proceed to the next step. If .cvsignore already exists and is under version control, IntelliJ IDEA adds the file in question to the ignore list silently.
- If you want to put the ignore list under version control, in the Add File .cvsignore to CVS dialog box,
click Add to CVS and optionally specify the desired
keyword substitution.
Tip
If you want to remove a file from the ignore list, you can only do it manually. Open the .cvsignore file for editing by pressing F4F4, and remove the lines for the files that should not be ignored by CVS.

