From e73f7e9f841a1a4cb346dc3644c0a34f8d9260cf Mon Sep 17 00:00:00 2001 From: "Wraithan (Chris McDonald)" Date: Mon, 18 Mar 2013 17:51:17 -0700 Subject: [PATCH] documentation for IGNORE_FILES --- docs/settings.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/settings.rst b/docs/settings.rst index c1b3e305..726e1205 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -74,6 +74,9 @@ Setting name (default value) What doe `MARKUP` (``('rst', 'md')``) A list of available markup languages you want to use. For the moment, the only available values are `rst`, `md`, `markdown`, `mkd`, `html`, and `htm`. +`IGNORE_FILES` (``[]``) A list of file globbing patterns to match against the + source files to be ignored by the processor. For example + ``['.#*']`` will ignore emacs temporary files. `MD_EXTENSIONS` (``['codehilite','extra']``) A list of the extensions that the Markdown processor will use. Refer to the extensions chapter in the Python-Markdown documentation for a complete list of