-
Notifications
You must be signed in to change notification settings - Fork 235
/
.gitignore
63 lines (48 loc) · 940 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# 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/