1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-07-31 03:10:09 +02:00

Make phpdoc more efficient, ignore the conf directory

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1450 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang
2007-11-06 17:50:30 +00:00
parent a7e6d85f6d
commit fad6aa45fa
2 changed files with 4 additions and 3 deletions

View File

@@ -539,7 +539,8 @@ EXCLUDE_PATTERNS = */tests/* \
*/maintenance/* \
*/smoketests/* \
*/library/standalone/* \
*/.svn*
*/.svn* \
*/conf/*
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
# (namespaces, classes, functions, etc.) that should be excluded from the output.