The build and log directories don't contain anything that we want to
process with clang-format. Excluding them saves a significant amount of
time.
For the build directory, we exclude any directory that starts with
build. Some developers (including the author of this commit) like to
keep several build directories around for several configurations.
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Commit 07c2913 removed the copying of source files in tlvf and btlvf
and added them as regular source files to the CMakeLists.txt.
Now that this is behind us, we no longer need to ignore these files in
clang-format, so remove these folders from .clang-ignore.
Signed-off-by: Tomer Eliyahu <tomer.b.eliyahu@intel.com>
Signed-off-by: Coral Malachi <coral.malachi@intel.com>
Commit 78bc67a moved clang-format to the top level directory but did not
move .clang-ignore, so move it now.
Signed-off-by: Tomer Eliyahu <tomer.b.eliyahu@intel.com>