64 lines
940 B
Plaintext
Vendored
64 lines
940 B
Plaintext
Vendored
# Copyright 2015-2020 The Khronos Group Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# vi
|
|
.*.swp
|
|
*~
|
|
*.bak
|
|
|
|
/CMakeUserPresets.json
|
|
/build*/
|
|
/install*/
|
|
|
|
# /include/
|
|
/include/imdebug.h
|
|
|
|
# /lib/
|
|
/lib/src
|
|
|
|
# /external/
|
|
/external/astc-encoder/.gitmodules
|
|
/external/astc-encoder/Source/GoogleTest
|
|
/external/basisu/bin_osx
|
|
/external/basisu/bin
|
|
/external/basisu/build
|
|
|
|
# /testimages/
|
|
/testimages/*.png
|
|
/testimages/Thumbs.db
|
|
/testimages/hi_mark.ppm
|
|
/testimages/hi_mark_sq.ppm
|
|
/testimages/hi_mark_sq_unpack_alignment_1.ktx
|
|
|
|
/.project
|
|
|
|
# macOS noise
|
|
.DS_Store
|
|
|
|
# version files
|
|
version.h
|
|
|
|
# Visual Studio
|
|
.vs/
|
|
CMakeSettings.json
|
|
out/
|
|
|
|
# Visual Studio Code
|
|
.vscode/
|
|
|
|
# Build bindings & maven
|
|
/interface/java_binding/build/
|
|
/interface/java_binding/target/
|
|
/interface/java_binding/libktx.iml
|
|
|
|
# CLion
|
|
.idea
|
|
cmake-build-*
|
|
|
|
# Temps used for Windows signing on CI
|
|
appveyor-tools
|
|
the_khronos_group_inc.p12
|
|
|
|
# Place for random developer test files.
|
|
/testground/
|