- "test_install|benchmark"
    - FixInclude: "ginkgo/ginkgo.hpp"
- "executor"
    - FixInclude: "ginkgo/core/base/executor.hpp"
- "hip/base/config.hip.hpp"
    - FixInclude: "hip/hip_runtime.h"
- "(cuda|hip|omp)/test/factorization/par_ilu_kernels"
    - FixInclude: "core/factorization/par_ilu_kernels.hpp"
- "(cuda|hip)/preconditioner/jacobi_"
    - FixInclude: "core/preconditioner/jacobi_kernels.hpp"
- "core/test/base/(extended_float|iterator_factory)"
    - RemoveTest: "true"
- "_builder\.cpp"
    - RemoveTest: "true"
- "_builder\.hpp"
    - CoreSuffix: "_builder"
- "components.*_kernels(\.hip)?\.(cu|cpp|hpp|cuh)"
    - CoreSuffix: "_kernels"
    - RemoveTest: "true"
- "components"
    - RemoveTest: "true"
    - PathIgnore: "1"
    - PathPrefix: "core"
- "test/utils"
    - CoreSuffix: "_test"
    - PathIgnore: "1"
    - PathPrefix: "core"
- "core\/.*"
    - CoreSuffix: "_kernels"
    - PathPrefix: "ginkgo"
    - PathIgnore: "0"
    - RemoveTest: "true"
- "/(test|base)/"
    - CoreSuffix: "_kernels"
    - PathPrefix: "ginkgo/core"
    - PathIgnore: "1"
    - RemoveTest: "true"
- ".*"
    - PathPrefix: "core"
    - PathIgnore: "1"
