Files
prplMesh/.clang-ignore
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

6 lines
111 B
Plaintext

framework/external/easylogging/
framework/tlvf/AutoGenerated
common/beerocks/tlvf/AutoGenerated
^build.*
^logs