mirror of
https://gitlab.com/prpl-foundation/prplmesh/prplMesh.git
synced 2025-12-20 01:21:22 +08:00
.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:
committed by
arnout
parent
330d3ba5aa
commit
0e2ac69227
@@ -1,3 +1,5 @@
|
||||
framework/external/easylogging/
|
||||
framework/tlvf/AutoGenerated
|
||||
common/beerocks/tlvf/AutoGenerated
|
||||
^build.*
|
||||
^logs
|
||||
|
||||
Reference in New Issue
Block a user