Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. ## This is a directory/file filter for WinMerge
  2. name: RecycleBin
  3. desc: Recycle bin
  4.  
  5. ## This is an inclusive filter
  6. ## (Includes everything except items matching the specified rule. )
  7. def: include
  8.  
  9. ^\$RECYCLE.BIN
  10.  
  11. ^\$RECYCLE.BIN
  12. f:$RECYCLE.BIN
  13. F:\$RECYCLE.BIN
  14. F:\$RECYCLE.BIN
  15.  
  16. ## This is a directory/file filter template for WinMerge
  17. name: Ignore Recycle Bin
  18. desc: Ignore the Recycle Bin folder when comparing folders
  19.  
  20. ## Select if filter is inclusive or exclusive
  21. ## Inclusive (loose) filter lets through all items not matching rules
  22. ## Exclusive filter lets through only items that match to rule
  23. ## include or exclude
  24. def: include
  25.  
  26. ## Filters for filenames begin with f:
  27. ## Filters for directories begin with d:
  28. ## (Inline comments begin with " ##" and extend to the end of the line)
  29.  
  30. ##f: .ext$ ## Filter for filename
  31.  
  32. d: $RECYCLE.BIN ## Filter for directory
  33. ```````
  34.  
  35. Regards,
  36. Jeff
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement