# Filenames matching regular expressions below will be downloaded from
# feeds you specified in foods-file. Matching is case-insensitive.
#
# See also $CONFIG_DIR/reverse-downloads
#
# Each line represents regular expression for matching filename(s)
# http://en.wikipedia.org/wiki/Regular_expression
#
# Usual way to match any string is .*
#
# Example:
#  ubuntu.*amd64.*
# will match
#  ubuntu-11.04-desktop-amd64.iso
#  ubuntu-11.04-server-amd64.iso
#
# Anything which is not an alphabet or digits should be escaped with \
#
# You could also use `leech-match-test "<FILENAME>" "[FEEDURL]"` to 
# check if expression is matching filenames you want it to match.
#


