mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-11 10:40:27 +09:00
Rename build directory to obj.
Some buildsystem use build in the pathname and so we will filter out e.g. docs generation.
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user