How about placing the string:

   [a-zA-Z0-9]*

In the .cvsignore file?

This will not match ".cvsignore" and will match common files that you would
place in a Cache or Logs directory.  

-Stuart-

> -----Original Message-----
> From: Ian Bicking [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, December 11, 2002 10:44 PM
> To: Webware devel
> Subject: [Webware-devel] CVS question
> 
> 
> I want MakeAppWorkDir to be able to create a nice, CVS-ready 
> directory. 
> So now there's an option --cvsignore that adds .cvsignore files.
> 
> I figure there should be .cvsignore files in Logs, etc., that 
> contain *
> (i.e., ignore all files).  But when I do the import, the 
> .cvsignore file
> is ignored (since it matches *).  That sucks.  You can add 
> them manually
> (cvs add Logs/.cvsignore), but it's awkward.
> 
> Ideas on how to get this to work?
> 
> -- 
> Ian Bicking           Colorstudy Web Development
> [EMAIL PROTECTED]   http://www.colorstudy.com
> PGP: gpg --keyserver pgp.mit.edu --recv-keys 0x9B9E28B7
> 4869 N Talman Ave, Chicago, IL 60625 / (773) 275-7241
> 
> 
> 
> -------------------------------------------------------
> This sf.net email is sponsored by:
> With Great Power, Comes Great Responsibility 
> Learn to use your power at OSDN's High Performance Computing Channel
> http://hpc.devchannel.org/
> _______________________________________________
> Webware-devel mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/webware-devel
> 


-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to