X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=presubmit.sh;h=128862ea86df86e3c700092d112058c96bc365bc;hb=459cfe1128d1b1f8454d92695c506761377610d8;hp=1cfc59cee0b65ddff196ef3c6d4b2dcc6e0b7f9e;hpb=85c4c5f4acb41b82322e041014474b7d146ee428;p=android-x86%2Fexternal-minigbm.git diff --git a/presubmit.sh b/presubmit.sh index 1cfc59c..128862e 100755 --- a/presubmit.sh +++ b/presubmit.sh @@ -4,5 +4,7 @@ # found in the LICENSE file. find \ '(' -name '*.[ch]' -or -name '*.cc' ')' \ + -not -name 'virtgpu_drm.h' \ -not -name 'gbm.h' -not -name 'virgl_hw.h' \ + -not -name 'virgl_protocol.h' \ -exec clang-format -style=file -i {} +