-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
55 lines (49 loc) · 784 Bytes
/
.gitignore
File metadata and controls
55 lines (49 loc) · 784 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Build outputs
/build/
*.test
*.out
*.prof
*.exe
# Legacy binary names (no longer built to repo root)
/aidlgen
/bindercli
/genaccessors
/genbindercli
/genconstants
# Command binaries built to repo root
/binder-mcp
/binder-proxyd
# Tool binaries accidentally committed to repo root
/activity_manager
/audio_status
/battery_health
/camera_connect
/camera_fwk
/device_info
/display_info
/java2spec
/list_services
/package_query
/power_status
/security_test_apk
/softap_manage
/softap_tether_offload
/softap_wifi_hal
/spec2cli
/spec2go
/spec2readme
/storage_info
/aidl2spec
/getservice_vs_checkservice
# Example binaries built to repo root
/clipboard_monitor
/codec2_encode
/input_injector
/sensor_gateway
/sensor_reader
# Worktrees
/.worktrees/
# Lean 4
/.lake
proofs/.lake
*.out