[vox-tech] cvs: directory CVS specified in argument

Dave Peticolas vox-tech@lists.lugod.org
25 Sep 2002 03:12:38 -0700


--=-s18FwkCJssd1BSLQCFZf
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

On Wed, 2002-09-25 at 02:19, Peter Jay Salzman wrote:
> is there a way to get cvs to ignore certain filetypes or perhaps
> individual directories?   i'd rather not see stuff like:
>=20
> p@satan% cvs update
> ? ddd.log
>=20
> there's no reason to add a LaTeX log file in the cvs.  OTOH, i'm
> collecting a lot of these little "temp file", and these question mark
> lines scroll off a console.  i know it's not "broken", but i'm anal
> enough that it's disconcerting.
>=20
> any way to surpress this kind of stuff based on filename?

Yes, add a file called '.cvsignore' to each directory
containing files you want cvs to ignore. By add, I mean
actually add to the repository, not just your local copy.
Each .cvsignore file should contain a list of files to ignore.
You can use shell wildcards in the filenames.

This is actually a very good idea, a properly configured
tree shouldn't have any '?' files during processing. That
way, '?' files can be used as indications of problems --
usually forgetting to 'cvs add' a new file.

dave


--=-s18FwkCJssd1BSLQCFZf
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQA9kYwV5effKKCmfpIRApQxAKDREylDDPYAw2/mB1j7pGEGm0Hm2ACg6X5h
ggUUTIy/ijjt6L4kG537DQo=
=a4S7
-----END PGP SIGNATURE-----

--=-s18FwkCJssd1BSLQCFZf--