do not include error codes twice

This commit is contained in:
Christian Grothoff 2020-10-22 09:41:06 +02:00
parent d1f2fe772a
commit fd55314903
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -148,7 +148,13 @@ FILE_PATTERNS = *.c \
RECURSIVE = YES
EXCLUDE =
EXCLUDE_SYMLINKS = NO
EXCLUDE_PATTERNS = */test_* */.svn/* */.git/* */perf_* .*
EXCLUDE_PATTERNS = */test_* \
*/.svn/* \
*/.git/* \
*/perf_* .* \
.* \
*/src/mustach/mustach* \
*/gnu-taler-error-codes/*
EXCLUDE_SYMBOLS =
EXAMPLE_PATH =
EXAMPLE_PATTERNS = *