doxygen now ignore .git subdirectories
authorAntoine Musso <hashar@users.mediawiki.org>
Thu, 2 Dec 2010 19:44:30 +0000 (19:44 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Thu, 2 Dec 2010 19:44:30 +0000 (19:44 +0000)
maintenance/Doxyfile
maintenance/mwdocgen.php

index 66a8918..3d03765 100644 (file)
@@ -136,7 +136,7 @@ FILE_PATTERNS          = *.c \
 RECURSIVE              = YES
 EXCLUDE                = 
 EXCLUDE_SYMLINKS       = YES
-EXCLUDE_PATTERNS       = LocalSettings.php AdminSettings.php StartProfiler.php .svn {{EXCLUDE}}
+EXCLUDE_PATTERNS       = LocalSettings.php AdminSettings.php StartProfiler.php .svn */.git/* {{EXCLUDE}}
 EXAMPLE_PATH           = 
 EXAMPLE_PATTERNS       = *
 EXAMPLE_RECURSIVE      = NO
index c67c2ce..aa5a7d2 100644 (file)
@@ -132,7 +132,7 @@ function getSvnRevision( $dir ) {
  * @param $svnstat String: path to the svnstat file
  * @param $input String: Path to analyze.
  * @param $exclude String: Additionals path regex to exlcude 
- *                 (LocalSettings.php, AdminSettings.php and .svn directories are always excluded)
+ *                 (LocalSettings.php, AdminSettings.php, .svn and .git directories are always excluded)
  */
 function generateConfigFile( $doxygenTemplate, $outputDirectory, $stripFromPath, $currentVersion, $svnstat, $input, $exclude ) {