Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] sync project regex example?

I believe they should be .*\.o and .*\.d

I really think there should be another option that takes file globbing rather than regex, so you could use *.[od] for example.

Regards,
Greg

On Apr 15, 2012, at 11:34 AM, Denis Davydov wrote:

> Dear All,
> 
> I'm trying to exclude all the *.o / *.d files from synchronization,
> can some one please provide a working example?
> 
> should it be with "/" or without:
> 
> .\.o$    or   /.\.o$/
> 
> ?
> 
> Another question, is regex applied to directories as well?
> 
> 
> Thank you in advance,
> 
> Kind regards,
> Denis.
> _______________________________________________
> ptp-user mailing list
> ptp-user@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/ptp-user



Back to the top