diff options
| -rw-r--r-- | .clang-format-include | 1 | ||||
| -rw-r--r-- | .gitlab-ci/test-source-dep.yml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/.clang-format-include b/.clang-format-include index ca132cddc9b..3ca303188db 100644 --- a/.clang-format-include +++ b/.clang-format-include @@ -1,7 +1,6 @@ # The following files are opted into `ninja clang-format` and # enforcement in the CI. -src/**/asahi/**/* src/**/panfrost/**/* src/gallium/drivers/i915 src/amd/vulkan/**/* diff --git a/.gitlab-ci/test-source-dep.yml b/.gitlab-ci/test-source-dep.yml index 4320fd8c175..2c5e251f26f 100644 --- a/.gitlab-ci/test-source-dep.yml +++ b/.gitlab-ci/test-source-dep.yml @@ -235,7 +235,6 @@ - .clang-format-ignore - src/**/.clang-format - src/egl/**/* - - src/**/asahi/**/* - src/**/panfrost/**/* - src/amd/vulkan/**/* - src/amd/compiler/**/* |