fix another 'duplicated content in doxygen pages' bug : exclude *.orig
files
This commit is contained in:
parent
21ff296652
commit
120882c4f1
@ -607,6 +607,7 @@ EXCLUDE_SYMLINKS = NO
|
|||||||
EXCLUDE_PATTERNS = CMake* \
|
EXCLUDE_PATTERNS = CMake* \
|
||||||
*.txt \
|
*.txt \
|
||||||
*.sh \
|
*.sh \
|
||||||
|
*.orig \
|
||||||
*.diff \
|
*.diff \
|
||||||
diff
|
diff
|
||||||
*~
|
*~
|
||||||
|
|||||||
@ -601,6 +601,7 @@ EXCLUDE_PATTERNS = CMake* \
|
|||||||
*.txt \
|
*.txt \
|
||||||
*.sh \
|
*.sh \
|
||||||
*.diff \
|
*.diff \
|
||||||
|
*.orig \
|
||||||
diff
|
diff
|
||||||
*~
|
*~
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user