|
From: Travis S. <tr...@us...> - 2005-05-17 16:17:03
|
Update of /cvsroot/openjade/jade In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18447 Modified Files: .cvsignore Log Message: Added some patterns to the various .cvsignore files, so the auto-generated files are disregarded during updates, check-ins, etc. Index: .cvsignore =================================================================== RCS file: /cvsroot/openjade/jade/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** .cvsignore 20 Mar 2002 11:01:20 -0000 1.1 --- .cvsignore 17 May 2005 16:16:45 -0000 1.2 *************** *** 1,2 **** --- 1,4 ---- + Makefile + OpenJade-1.4devel.spec Makefile.in aclocal.m4 *************** *** 5,6 **** --- 7,18 ---- configure stamp-h.in + *.lo + config.h + config.log + config.status + libtool + ltconfig + ltmain.sh + msggen.pl + stamp-h + stamp-h1 |