Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Donaldson <afdx@google.com>2019-05-22 20:24:11 +0300
committerdan sinclair <dsinclair@google.com>2019-05-22 20:24:11 +0300
commitb0504239ab6683d3f30481478827420a9513ee22 (patch)
tree3ac0e0bf4bf58087c56f6062690df5ca7ac499e9 /.gitignore
parent4557d08584ec9d540c27f7d06cd3bbc971a4a88f (diff)
Added an external dependency on protobufs, included when SPIRV_BUILD_FUZZER is defined, so that they can be used by the (upcoming) spirv-fuzz tool. Also updated the kokoro build scripts, for relevant targets, to clone an appropriate tag of the protobufs repo, and to pass -DSPIRV_BUILD_FUZZER to the configurations for which we intend to ultimately build spirv-fuzz. (#2616)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e097bab37..a965a99b5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,6 +9,7 @@ compile_commands.json
/external/spirv-headers
/external/effcee
/external/re2
+/external/protobuf
/out
/TAGS
/third_party/llvm-build/