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
|
# Editor and engineering scratch files
.vs
.vscode
*.log
*.diff
*.user
__pycache__
Scratch
Proto
# Precompiled reference binaries for comparison tests
Binaries
# Build artifacts on Linux/macOS
Source/*.o
Source/*.so
Source/astcdec-*
Source/astcenc-*
# Build artifacts on Windows
Source/VS2019/*Release
Source/VS2019/*Debug
Source/VS2019/*.exe
# General build artifacts
Test/DocOut
# Test images we download from other sources
Test/Images/Kodak*/**/*.png
Test/Images/Scratch*
# Test output
TestOutput
/*.png
/*.exr
/*.astc
|