]> SALOME platform Git repositories - modules/yacs.git/commitdiff
Salome HOME
Exclude 'CVS' directories from source files processing. V7_3_BR V7_3_0 V7_3_0_WIN V7_3_0rc1
authorakl <akl@opencascade.com>
Mon, 16 Dec 2013 10:38:16 +0000 (10:38 +0000)
committerakl <akl@opencascade.com>
Mon, 16 Dec 2013 10:38:16 +0000 (10:38 +0000)
doc/conf.py.in

index 90618fcc033696d6f8ad2e22d1ee8565efd7be78..6b45e87a3d58777b679b7a093b567b84577d7567 100644 (file)
@@ -69,6 +69,11 @@ release = '@SALOMEYACS_VERSION@'
 # for source files.
 exclude_trees = ['.build','ref','images','CVS']
 
+# A list of glob-style patterns that should be excluded when looking for source
+# files. They are matched against the source file names relative to the
+# source directory, using slashes as directory separators on all platforms.
+exclude_patterns = ['**/CVS']
+
 # The reST default role (used for this markup: `text`) to use for all documents.
 #default_role = None