OSDN Git Service

Distinguish COMPOSER_TARGET_BUFFER
[android-x86/external-minigbm.git] / presubmit.sh
index 6d55f2a..69665f2 100755 (executable)
@@ -4,5 +4,7 @@
 # found in the LICENSE file.
 find \
        '(' -name '*.[ch]' -or -name '*.cc' ')' \
-       -not -name 'gbm.h' \
+       -not -name 'virtgpu_drm.h' -not -name 'i915_drm.h' \
+       -not -name 'gbm.h' -not -name 'virgl_hw.h' \
+       -not -name 'virgl_protocol.h' \
        -exec clang-format -style=file -i {} +