blob: 794a7d1949a78d88dcdec8feea7ba201eaead7b3 [file] [log] [blame]
# 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/*