From 6d09104ad3c048a17749bce5de7b370439e52574 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 16 Jan 2014 08:50:24 +0100 Subject: [PATCH] Rename build directory to obj. Some buildsystem use build in the pathname and so we will filter out e.g. docs generation. --- .gitignore | 2 +- doc/doxy.config.in | 2 +- {build => obj}/build_make.sh | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename {build => obj}/build_make.sh (100%) diff --git a/.gitignore b/.gitignore index c3c0e572..f6b09c9b 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,6 @@ .* *.swp *~$ -build +obj cscope.* tags diff --git a/doc/doxy.config.in b/doc/doxy.config.in index 4da9b2c9..a7a9ffbb 100644 --- a/doc/doxy.config.in +++ b/doc/doxy.config.in @@ -721,7 +721,7 @@ EXCLUDE_SYMLINKS = NO EXCLUDE_PATTERNS = */.git/* \ */.svn/* \ */cmake/* \ - */build/* + */obj/* # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # (namespaces, classes, functions, etc.) that should be excluded from the diff --git a/build/build_make.sh b/obj/build_make.sh similarity index 100% rename from build/build_make.sh rename to obj/build_make.sh