fix another 'duplicated content in doxygen pages' bug : exclude *.orig

files
This commit is contained in:
Thomas Capricelli 2009-11-30 19:42:00 +01:00
parent 21ff296652
commit 120882c4f1
2 changed files with 2 additions and 0 deletions

View File

@ -607,6 +607,7 @@ EXCLUDE_SYMLINKS = NO
EXCLUDE_PATTERNS = CMake* \
*.txt \
*.sh \
*.orig \
*.diff \
diff
*~

View File

@ -601,6 +601,7 @@ EXCLUDE_PATTERNS = CMake* \
*.txt \
*.sh \
*.diff \
*.orig \
diff
*~