From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Kingdon To: gdb-patches@sources.redhat.com Subject: .cvsignore files Date: Mon, 12 Feb 2001 12:06:00 -0000 Message-id: <3A884225.D86D43EC@engr.sgi.com> X-SW-Source: 2001-02/msg00173.html The enclosed cleans up the "? foo" messages from CVS (in the gdb and gdb/doc directories). OK to commit? P.S. still waiting for feedback on http://sources.redhat.com/ml/gdb-patches/2001-02/msg00161.html - I'd like to commit that patch unless someone has an objection. The companion patch is http://sources.redhat.com/ml/binutils/2001-02/msg00199.html but I'll take that one up with the binutils list unless someone here wants to comment. Index: gdb/.cvsignore =================================================================== RCS file: .cvsignore diff -N .cvsignore --- /dev/null Tue May 5 13:32:27 1998 +++ .cvsignore Mon Feb 12 11:12:20 2001 @@ -0,0 +1,10 @@ +*.tab.c +gdb +stamp-h +config.status +.gdbinit +Makefile +config.h +config.log +version.c +init.c Index: gdb/doc/.cvsignore =================================================================== RCS file: .cvsignore diff -N .cvsignore --- /dev/null Tue May 5 13:32:27 1998 +++ .cvsignore Mon Feb 12 11:12:20 2001 @@ -0,0 +1,5 @@ +*.info* +config.status +GDBvn.texi +Makefile +config.log