Edit

kc3-lang/angle/.gitignore

Branch :

  • Show log

    Commit

  • Author : Jamie Madill
    Date : 2019-02-25 17:13:16
    Hash : 46d32e0f
    Message : Use Chromium mirror for rapidjson. ANGLE can use this library to output the test results format used by the Chromium infrastructure. We have a rapidjson mirror located on chromium.googlesource.com. Also updates rapidjson to the latest version and adds GN integration. Currently this library was unused in ANGLE. Bug: angleproject:3162 Change-Id: Ie349026f68028e3acc46055655e321c2d710b828 Reviewed-on: https://chromium-review.googlesource.com/c/1487633 Commit-Queue: Jamie Madill <jmadill@google.com> Reviewed-by: Geoff Lang <geofflang@chromium.org>

  • .gitignore
  • .vs
    *.Makefile
    *.ncb
    *.nvuser
    *.opensdf
    *.orig
    *.psess
    *.pyc
    *.rej
    *.sdf
    *.sln
    *.suo
    *.target.mk
    *.TMP
    *.VC.db
    *.VC.opendb
    *.vcproj
    *.vcxproj
    *.vcxproj.filters
    *.vcxproj.user
    *.vsp
    *~
    .*.sw*
    .cipd
    .gclient
    .gclient_entries
    /src/tests/third_party/gles_conformance_tests
    /testing
    /third_party/cherry
    /third_party/deqp/src
    /third_party/fuchsia-sdk
    /third_party/gles1_conform
    /third_party/glslang/src
    /third_party/googletest
    /third_party/jsoncpp
    /third_party/libpng/src
    /third_party/llvm-build
    /third_party/qemu-linux-x64
    /third_party/qemu-mac-x64
    /third_party/rapidjson/src
    /third_party/spirv-headers/src
    /third_party/spirv-tools/src
    /third_party/vulkan-headers/src
    /third_party/vulkan-loader/src
    /third_party/vulkan-tools/src
    /third_party/vulkan-validation-layers/src
    /third_party/zlib
    angle_internal
    build
    buildtools/
    debug.txt
    Debug/
    Debug_ARM/
    Debug_Win32/
    Debug_x64/
    diag.txt
    ipch
    lib/*
    Makefile
    out
    patches-*
    Release/
    Release_ARM/
    Release_Win32/
    Release_x64/
    TestResults.qpa
    tools/clang
    .idea/