Changeset 332:7e5c67a0041e for README.txt
- Timestamp:
- 2007-09-08 13:52:06 (1 year ago)
- Files:
-
- README.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
README.txt
r327 r332 45 45 46 46 There are two environment variables which influence Websourcebrowser. 47 ``WSB_IGNORE`` can contain a semicolon-separated list of wildcards47 ``WSB_IGNORE`` can contain a whitespace-separated list of wildcards 48 48 which are used as ignore patterns. *My* list is usually:: 49 49 50 *.pyc ;*.pyo;*/.svn;*.svn/*;*/.hg;*/.hg/*;*.swp50 *.pyc *.pyo */.svn *.svn/* */.hg */.hg/* *.swp 51 51 52 52 which ignores Python bytecode files, version control files from … … 62 62 command line option ``--ignore-pattern`` are *added* to those from the 63 63 environment variable ``WSB_IGNORE``. (Note that you can't use a 64 comma-separated list with ``--ignore-pattern`` but instead use the65 option multiple times.)64 whitespace-separated list with ``--ignore-pattern`` but instead use 65 the option multiple times.) 66 66 67 67 .. _Subversion: http://subversion.tigris.org