Show
Ignore:
Timestamp:
2007-09-08 13:52:06 (1 year ago)
Author:
Stefan Schwarzer <sschwarzer@sschwarzer.net>
branch:
default
Message:
Separate ignore patterns in `WSB_IGNORE` with whitespace, not
semicolons. I hope this is the final decision. ;-)
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • README.txt

    r327 r332  
    4545 
    4646There are two environment variables which influence Websourcebrowser. 
    47 ``WSB_IGNORE`` can contain a semicolon-separated list of wildcards 
     47``WSB_IGNORE`` can contain a whitespace-separated list of wildcards 
    4848which are used as ignore patterns. *My* list is usually:: 
    4949 
    50     *.pyc;*.pyo;*/.svn;*.svn/*;*/.hg;*/.hg/*;*.swp 
     50    *.pyc  *.pyo  */.svn  *.svn/*  */.hg  */.hg/*  *.swp 
    5151 
    5252which ignores Python bytecode files, version control files from 
     
    6262command line option ``--ignore-pattern`` are *added* to those from the 
    6363environment variable ``WSB_IGNORE``. (Note that you can't use a 
    64 comma-separated list with ``--ignore-pattern`` but instead use th
    65 option multiple times.) 
     64whitespace-separated list with ``--ignore-pattern`` but instead us
     65the option multiple times.) 
    6666 
    6767.. _Subversion: http://subversion.tigris.org