File: .gitignore

package info (click to toggle)
astc-encoder 2.1%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 36,948 kB
  • sloc: cpp: 20,204; python: 2,598; makefile: 156; sh: 15
file content (36 lines) | stat: -rw-r--r-- 528 bytes parent folder | download
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