Robert Collins <[EMAIL PROTECTED]> wrote: > On Fri, 2002-11-29 at 09:22, Max Bowsher wrote: >> Max Bowsher <[EMAIL PROTECTED]> wrote: >> >>> Do you mind if I add stuff to .cvsignore files? >>> >>> Do I need to ChangeLog that? >> >> I should probably say what I want to add: >> >> ? libgetopt++/Makefile.in >> ? libgetopt++/aclocal.m4 >> D libgetopt++/autom4te.cache >> D libgetopt++/cfgaux >> ? libgetopt++/configure >> ? libgetopt++/include/autoconf.h.in > > Sure.
About to commit. > >> D zlib/autom4te.cache >> M zlib/configure > > These should be kept in CVS. zlib, like the setup root, is kept > ready-to-go. You are correct. CVS won't actually ignore configure, even if it *is* in .cvsignore, because it is under version control. autom4te.cache isn't though, so I would like to add that (but not configure). Max.
