|
Step 3 - Files to Ignore
| [Previous] [Main] [Next] |
Steps for Setting up a Project
| · | RCS SCCS CVS CVS.adm RCSLOG cvslog.* tags TAGS .make.state .nse_depinfo *~ #* .#* ,* _$* *$ *.old *.back *.back *.orig *.raj .del-* *.a *.alb *.o *.obj *.so *.exe *.Z *.elc *.ln core
|
| · | The per-repository list in `$CVSROOT/CVSROOT/cvsignore' is appended to the list, if that file exists.
|
| · | The per-user list in `.cvsignore' in your home directory is appended to the list, if it exists.
|
| · | Any entries in the environment variable $CVSIGNORE is appended to the list.
|
| · | Any `-I' options given to CVS is appended.
|
| · | As CVS traverses through your directories, the contents of any `.cvsignore' will be appended to the list. The patterns found in `.cvsignore' are only valid for the directory that contains them, not for any sub-directories.
|
| · | In any of the 5 places listed above, a single exclamation mark (`!') clears the ignore list. This can be used if you want to store any file which normally is ignored by CVS.
|