Re: .cvsignore files

2005-11-08 Thread Alex Rousskov

On Tue, 8 Nov 2005, Serassio Guido wrote:


What should be the standard content of a .cvsignore file ?


I doubt there is a standard. The .cvsignore file should probably 
[only] contain every file or subdirectory name that satisfies all of 
these three conditions:

- Should never be under CVS control.
- CVS marks with a '?' when doing cvs update.
- May be produced when building Squid on some platform
  (make dist and such do not count).

Wildcards seem to work.

HTH,

Alex.



Re: .cvsignore files

2005-11-08 Thread Duane Wessels




On Tue, 8 Nov 2005, Serassio Guido wrote:


Hi,

What should be the standard content of a .cvsignore file ?


As Alex said, basically any file that gets created by running
'make' on a clean tree.

DW