3 Commits

Author SHA1 Message Date
Arnout Vandecappelle (Essensium/Mind)
0e2ac69227 .clang-ignore: add build and log directory
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>
2020-02-14 16:01:25 +01:00
Tomer Eliyahu
1d29af8457 remove tlvf & btlvf src from .clang-ignore
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>
2019-12-18 16:58:18 +02:00
Tomer Eliyahu
c3df4eb83e tools: clang-format: unify .clang-ignore
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>
2019-07-07 18:04:50 +03:00