-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
38 lines (33 loc) · 714 Bytes
/
Copy path.gitignore
File metadata and controls
38 lines (33 loc) · 714 Bytes
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
# Build artifacts
build/
*.o
*.so
*.a
*.out
vaapi-xvmc-driver/test/smoke_test
vaapi-xvmc-driver/test/render_stress_test
vaapi-xvmc-driver/test/relay_pixel_test
vaapi-xvmc-driver/test/relay_pixel_test_pure
vaapi-xvmc-driver/test/reconstruct_frame
vaapi-xvmc-driver/test/relay_display_test
vaapi-xvmc-driver/test/local_mpeg2_decode_only_test
vaapi-xvmc-driver/test/local_mpeg2_player
# Rust (relay-server)
/target/
relay-server/target/
# Python (relay-server tooling)
__pycache__/
*.pyc
.venv/
# Editor / OS
.vscode/
.idea/
*.swp
.DS_Store
Thumbs.db
# Claude Code local tooling (worktrees, session state)
.claude/
# Test clips / benchmark captures (large binaries, don't commit)
docs/*.mp4
docs/*.mpg
docs/*.ts