info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: .cvsignore *.


From: Mark D. Baushke
Subject: Re: .cvsignore *.
Date: Tue, 11 Jan 2005 07:44:55 -0800

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Thomas Bornhaupt <address@hidden> 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-----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]