On Wed, 13 Nov 2002, Schoep, Grant @ STORM wrote: > Doh! I must be a moron for missing that. I need to come up with a better > ignore list. Those were put in since we have lots of things like bin.SunOS, > bin.OSF1, bin.IRIX, bin.NT.. and so on. Maybe just changing it to bin.* > would be better, at least better than bin*. Or I could specify all the > platforms, so there is no *.
Yes, indeed, I would explicitly specify an exaustive list using the full spelling of these names. If I really wanted pattern matching, I'd rather do it on the suffix: *.OSF1, *.IRIX, *.NT. Which gives you list just as long, but if you ever introduce lib.OSF1, lib.SunOS, ... you are covered. > Thanks for the help Given enough bugs, all eyeballs are shallow. (recently seen in someone's .signature). _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
