.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>
This commit is contained in:
Arnout Vandecappelle (Essensium/Mind)
2020-02-12 12:35:00 +01:00
committed by arnout
parent 330d3ba5aa
commit 0e2ac69227

View File

@@ -1,3 +1,5 @@
framework/external/easylogging/
framework/tlvf/AutoGenerated
common/beerocks/tlvf/AutoGenerated
^build.*
^logs