Edit

kc3-lang/angle/.gitignore

Branch :

  • Show log

    Commit

  • Author : Jamie Madill
    Date : 2018-09-06 10:58:26
    Hash : 7ada46c9
    Message : Fix JSON cpp DEPS. We need two repos to get jsoncpp working. First is the Chromium tree mirror and second is the jsoncpp source itself. The Chromium version includes only the build files and some source file overrides. Bug: angleproject:2794 Change-Id: I0e1acaf783c5ae3935803eacdf93ffbe01f9fe4d Reviewed-on: https://chromium-review.googlesource.com/1210562 Reviewed-by: Jamie Madill <jmadill@chromium.org> Reviewed-by: Courtney Goeltzenleuchter <courtneygo@google.com> Commit-Queue: Jamie Madill <jmadill@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*
    .gclient
    .gclient_entries
    /src/tests/third_party/gles_conformance_tests
    /testing
    /third_party/cherry
    /third_party/deqp/src
    /third_party/gles1_conform
    /third_party/glslang/src
    /third_party/googletest/src
    /third_party/jsoncpp
    /third_party/libpng/src
    /third_party/llvm-build
    /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