Hi all,
We're using CVS in remote connection mode via rsh, and we'd like to
setup an ignore list for a whole repository, using the
$CVSROOT/CVSROOT/cvsignore file.
Here's the contents of my file :
! RCS SCCS CVS CVS.adm RCSLOG cvslog.* tags
TAGS .make.state .nse_depinfo *~ #* .#* ,* _$* *$ *.old *.bak *.BAK
*.orig
*.rej .del-* *.olb *.so *.exe *.Z *.elc *.ln core
(the whole being on one line, separated by spaces, the wrapping is
only due to eGroups)
But this setting is completely... ignored! *.o and *.a files, for
example, are ignored at cvs import.
Any idea, anyone?
Thanks in advance,
Michel-Ange Camhi