Rename build directory to obj.
Some buildsystem use build in the pathname and so we will filter out e.g. docs generation.
Этот коммит содержится в:
родитель
57ef959aa3
Коммит
6d09104ad3
2
.gitignore
поставляемый
2
.gitignore
поставляемый
@ -3,6 +3,6 @@
|
|||||||
.*
|
.*
|
||||||
*.swp
|
*.swp
|
||||||
*~$
|
*~$
|
||||||
build
|
obj
|
||||||
cscope.*
|
cscope.*
|
||||||
tags
|
tags
|
||||||
|
@ -721,7 +721,7 @@ EXCLUDE_SYMLINKS = NO
|
|||||||
EXCLUDE_PATTERNS = */.git/* \
|
EXCLUDE_PATTERNS = */.git/* \
|
||||||
*/.svn/* \
|
*/.svn/* \
|
||||||
*/cmake/* \
|
*/cmake/* \
|
||||||
*/build/*
|
*/obj/*
|
||||||
|
|
||||||
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
|
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
|
||||||
# (namespaces, classes, functions, etc.) that should be excluded from the
|
# (namespaces, classes, functions, etc.) that should be excluded from the
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user