do not include error codes twice
This commit is contained in:
parent
d1f2fe772a
commit
fd55314903
@ -148,7 +148,13 @@ FILE_PATTERNS = *.c \
|
|||||||
RECURSIVE = YES
|
RECURSIVE = YES
|
||||||
EXCLUDE =
|
EXCLUDE =
|
||||||
EXCLUDE_SYMLINKS = NO
|
EXCLUDE_SYMLINKS = NO
|
||||||
EXCLUDE_PATTERNS = */test_* */.svn/* */.git/* */perf_* .*
|
EXCLUDE_PATTERNS = */test_* \
|
||||||
|
*/.svn/* \
|
||||||
|
*/.git/* \
|
||||||
|
*/perf_* .* \
|
||||||
|
.* \
|
||||||
|
*/src/mustach/mustach* \
|
||||||
|
*/gnu-taler-error-codes/*
|
||||||
EXCLUDE_SYMBOLS =
|
EXCLUDE_SYMBOLS =
|
||||||
EXAMPLE_PATH =
|
EXAMPLE_PATH =
|
||||||
EXAMPLE_PATTERNS = *
|
EXAMPLE_PATTERNS = *
|
||||||
|
Loading…
Reference in New Issue
Block a user