mirror of
https://gitlab.com/prpl-foundation/prplmesh/prplMesh.git
synced 2025-12-20 01:21:22 +08:00
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>
6 lines
111 B
Plaintext
6 lines
111 B
Plaintext
framework/external/easylogging/
|
|
framework/tlvf/AutoGenerated
|
|
common/beerocks/tlvf/AutoGenerated
|
|
^build.*
|
|
^logs
|