From: <dat...@us...> - 2003-02-17 14:20:31
|
Update of /cvsroot/webmacro/wiki In directory sc8-pr-cvs1:/tmp/cvs-serv30420 Modified Files: Tag: christian .cvsignore Log Message: Added builds directory to list of ignored files, it's contents will be generated Index: .cvsignore =================================================================== RCS file: /cvsroot/webmacro/wiki/Attic/.cvsignore,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** .cvsignore 18 Sep 2002 18:59:00 -0000 1.1.2.1 --- .cvsignore 17 Feb 2003 14:20:25 -0000 1.1.2.2 *************** *** 1,5 **** ! builds/*.jar ! class ! *.jar ! ! --- 1,3 ---- ! builds ! class ! *.jar |