Changes between Version 6 and Version 7 of RepoSearchPlugin


Ignore:
Timestamp:
Jan 19, 2006, 7:52:34 AM (18 years ago)
Author:
Alec Thomas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RepoSearchPlugin

    v6 v7  
    1414[repo-search]
    1515include = *.py:*.txt
    16 exclude = *.pyc:*.png:*.jpg:*.gif
     16exclude = *.pyc:*.png:*.jpg:*.gif:*/README
    1717}}}
    1818
    19 The globs are separated by your operating systems path seperator (`:` under UNIX) and each glob is matched against the ''full'' path. So to match all `README` files you will need to use `*/README`.
     19The globs are separated by your operating systems path seperator (`:` under UNIX) and each glob is matched against the ''full'' path. Hence `*/README` instead of just `README`.
    2020
    2121If only `include` is specified the default is to exclude all other files.