| # Note: Header files included by non-ignored source files will still be analyzed. | |
| # In that case, use the HeaderFilterRegex field in .clang-tidy | |
| # Ignore all protobuf/gRPC generated source files | |
| *.pb.cc | |
| # Ignore third party source files | |
| g3/* | |
| redfish_authorization/* | |
| test/* | |
| tlbmc/* | |
| http/*.cc | |
| # Ignore build and subproject directories | |
| build/* | |
| subprojects/* |