From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: James Kingdon Cc: gdb-patches@sources.redhat.com Subject: Re: .cvsignore files Date: Thu, 15 Feb 2001 16:18:00 -0000 Message-id: <3A8C70C7.12A5250C@cygnus.com> References: <3A884225.D86D43EC@engr.sgi.com> X-SW-Source: 2001-02/msg00277.html James Kingdon wrote: > > The enclosed cleans up the "? foo" messages from CVS (in the gdb and > gdb/doc > directories). OK to commit? Humor me. This change just affects the list of things that CVS ignores when you do a `cvs update`. You;re creating new .cvsignore files in the gdb/ and gdb/doc/ directories that list the files generated in a build. Per michael's e-mail I'm puzzled as to their usefulness as people are encouraged to build using a separate build tree. What puzzles me even more is the absence of any of tm.h xm.h or nm.h in that list. How were the files in that list selected? Andrew