|
From: Andre R. <and...@us...> - 2006-02-05 19:36:50
|
Update of /cvsroot/frontierkernel/Frontier/build_CWPro8 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19682 Modified Files: .cvsignore Log Message: The last attempt didn't work. Checked the docs, there's no way to specify explicitly specify file names containing whitespace in the .cvsignore file. Recommended solution: Use a wildcard character instead of the space character. Let's try this... Index: .cvsignore =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/build_CWPro8/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** .cvsignore 5 Feb 2006 19:30:21 -0000 1.2 --- .cvsignore 5 Feb 2006 19:36:41 -0000 1.3 *************** *** 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,18 **** OPML_Win OPML_Win_Debug ! Radio\ Data Radio_OSX Radio_OSX_Debug --- 14,18 ---- OPML_Win OPML_Win_Debug ! Radio?Data Radio_OSX Radio_OSX_Debug |