ci/rules: add missing clang-format files to what needs containers to build

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26013>
This commit is contained in:
Eric Engestrom
2023-11-03 19:56:58 +00:00
committed by Marge Bot
parent 5be1972f61
commit e9f725c741

View File

@@ -177,6 +177,10 @@ include:
- meson*
- build-support/**/*
- subprojects/**/*
# clang format
- .clang-format
- .clang-format-include
- .clang-format-ignore
# Source code
- include/**/*
- src/**/*