-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Thomas Bornhaupt <[EMAIL PROTECTED]> writes:
> Hi Jim, > > > > i want to use > > > > > > *. > > > > > > in the .cvsignore file > > > > > > But it does not work. > > > > > > Is there a workaround? > > Ignore the parent directory. > > Ignore the parent directory is > > *.* > > and this would work. > > I want to ignore > > *. > > my C-Compiler creates binary files without extension. But this files > are not nessesary in the CVS > > regards > Thomas Given a file 'foo.c', is your compiler creating file 'foo' or file 'foo.' ? The "*." pattern requires the dot be a part of the filename (at least on UNIX and the cvshome.org version of CVS). If you wanted to ignore the file 'foo' you would probably need to use "[-_a-zA-Z0-9]*" as the pattern to ignore. You should specify the OS, the version of cvs, and an explict example of what file or files you are trying to ignore if this is not the case. -- Mark -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQFB4/R33x41pRYZE/gRAsoYAJ9VxxFQwctSxmfTzKJGJJ3c+vFxeACgtoAl bTwiBJiT9TM6G40j7lvPvUE= =SysF -----END PGP SIGNATURE----- _______________________________________________ Info-cvs mailing list Info-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/info-cvs