info-cvs
[Top][All Lists]
Advanced

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

Re: .cvsignore *.


From: Frederic Brehm
Subject: Re: .cvsignore *.
Date: Tue, 11 Jan 2005 10:47:30 -0500
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)



Thomas Bornhaupt wrote:

I want to ignore

*.

my C-Compiler creates binary files without extension. But this files are not
nessesary in the CVS

Are you running on a Unix system? If so, then *. matches files with a period as the last character. Files without an extension may not have that period. '*' matches files without a period, but it also matches all files.

If you are running on a Windows system and using CVSNT version 2.0.51d (the one I tested with), then '*' matches a file without an extension. Unfortunately, it also matches all files.

I'm not sure there's a way to specify "all files without an extension" that also doesn't match "all files". Maybe this is a bug in CVS.

But then, one could claim that your C compiler has a bug. :-)

Just out of curiosity, what C compiler are you using?

Fred
--
Frederic W. Brehm, Sarnoff Corporation, http://www.sarnoff.com/




reply via email to

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