|
From: Andre R. <and...@us...> - 2006-02-05 19:30:29
|
Update of /cvsroot/frontierkernel/Frontier/build_CWPro8 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17490 Modified Files: .cvsignore Log Message: Ignoring directory names that contain spaces seems to be tricky. Let's try inserting backslashes like on the shell. Index: .cvsignore =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/build_CWPro8/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** .cvsignore 5 Feb 2006 19:26:35 -0000 1.1 --- .cvsignore 5 Feb 2006 19:30:21 -0000 1.2 *************** *** 1,4 **** .DS_Store ! Frontier Data Frontier_OSX Frontier_OSX_Debug --- 1,4 ---- .DS_Store ! Frontier\ Data Frontier_OSX Frontier_OSX_Debug *************** *** 7,11 **** Frontier_Win Frontier_Win_Debug ! OPML Data OPML_OSX OPML_OSX_Debug --- 7,11 ---- Frontier_Win Frontier_Win_Debug ! OPML\ Data OPML_OSX OPML_OSX_Debug *************** *** 14,17 **** --- 14,18 ---- OPML_Win OPML_Win_Debug + Radio\ Data Radio_OSX Radio_OSX_Debug |