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:
Andreas Schneider
2014-01-16 08:50:24 +01:00
parent 57ef959aa3
commit 6d09104ad3
3 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@@ -3,6 +3,6 @@
.* .*
*.swp *.swp
*~$ *~$
build obj
cscope.* cscope.*
tags tags

View File

@@ -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