scripts: exclude vulkan headers from clang-format
authorMike Schuchardt <mikes@lunarg.com>
Fri, 6 Apr 2018 04:44:05 +0000 (22:44 -0600)
committerMark Lobodzinski <mark@lunarg.com>
Fri, 6 Apr 2018 16:45:21 +0000 (10:45 -0600)
commit8eb6c2a465549af248f2673ad6e0b3d3edd9e041
tree613b66c8088e5c4d3f9123b710b7cbaac3682621
parent3a4ca3c9dfd29cce96eb1a197ebd53a29185a6b9
scripts: exclude vulkan headers from clang-format

Travis CI shows linux build failure on every header update because
upstream Vulkan-Docs files are not formatted with the clang-format style
of this repo.  This change excludes the vulkan headers directory from
the CI clang-format check.

Change-Id: I6d1bee486d06b690f65aa2c3098de14f3c5931c9
scripts/check_code_format.sh