#2862 closed defect (worksforme)
not working: skip files matching regular expression
Reported by: | cyberducklingfishy.10.unit@… | Owned by: | dkocher |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | core | Version: | 3.1 |
Severity: | normal | Keywords: | skip |
Cc: | Architecture: | ||
Platform: |
Description (last modified by dkocher)
All my uploads maintain include the ._ prefixed invisible mac files despite the advanced setting being:
.*~\..*|\.DS_Store|\.svn|CVS|._*
I have tried adding to this list to try and stop transfer of other file types but it doesn't seem to operate.
Any clues? It's a shame it doesnt work for me as in all other respects this is brilliant.
Change History (1)
comment:1 Changed on Jan 9, 2009 at 11:14:45 AM by dkocher
- Description modified (diff)
- Resolution set to worksforme
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
The expression will exclude files that begin with any character followed by 0 or more underscores. If you want to exclude all files that start with an underscore write _.*.