-
-
Notifications
You must be signed in to change notification settings - Fork 117
Expand file tree
/
Copy path.gitignore
More file actions
62 lines (56 loc) · 1.65 KB
/
Copy path.gitignore
File metadata and controls
62 lines (56 loc) · 1.65 KB
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
build/
build-*/
!scripts/build/
# Stray build output. `build-*/` only matches directories, so configure and
# ninja logs written next to the source tree were slipping past it and three
# of them (586 KB) reached main in #5146.
*.log
*.bak
deploy/
deploy-*/
installer-runtime/
installer-runtime-*/
.cache/
*.user
.qtc_clangd/
reference/
docs/release_notes/
build.ps1
CMakeFiles/
docs/logo-original.jpg
docs/logo_upscayl.png
SECURITY-AUDIT.md
msix-root/
msix-root-*/
*.appx
*.appxbundle
*.appxsym
*.appxupload
*.msix
*.msixbundle
*.msixupload
*.pfx
packaging/windows/certs/
__pycache__/
# Downloaded ONNX Runtime prebuilt (staged by scripts/setup/setup-onnxruntime.{sh,ps1})
third_party/onnxruntime/
third_party/onnxruntime-*.tgz
third_party/onnxruntime-*.zip
# Downloaded sherpa-onnx prebuilt (staged by scripts/setup/setup-sherpa-onnx.sh)
third_party/sherpa-onnx/
third_party/sherpa-onnx-*.tar.bz2
# Built by scripts/setup/setup-portaudio.ps1 on Windows (#5200); the tarball
# only survives a run that failed partway.
third_party/portaudio/
third_party/portaudio-*.tar.gz
# Claude Code / Browser-pane dev-server config. Per-developer and per-worktree:
# it names a local build path and the entry is generated by whoever opens the
# preview, so a committed copy is wrong for everybody else. `.claude/commands/`
# IS tracked — those are shared project skills — so ignore just this file.
.claude/launch.json
# Contributor worktrees created by /fb (.claude/skills/fb/SKILL.md step 5),
# each with its own build/ inside. Per-developer and per-issue, so they must
# never be tracked or show up as untracked noise in the parent checkout.
.worktrees/
# macOS Finder metadata
.DS_Store