Skip to content

Commit 606993f

Browse files
xaionaro@dx.centerxaionaro@dx.center
authored andcommitted
chore: remove compiled binaries from tracking, update .gitignore
19 ELF binaries were accidentally committed to the repo root. Remove from git index and add to .gitignore.
1 parent 2a6f1bd commit 606993f

1 file changed

Lines changed: 32 additions & 5 deletions

File tree

.gitignore

Lines changed: 32 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,39 @@
1+
# Build outputs
2+
/build/
3+
*.test
4+
*.out
5+
*.prof
6+
*.exe
7+
8+
# Legacy binary names (no longer built to repo root)
19
/aidlgen
210
/bindercli
311
/genaccessors
412
/genbindercli
513
/genconstants
6-
*.test
7-
*.out
8-
*.prof
9-
/build/
10-
*.exe
14+
15+
# Tool binaries accidentally committed to repo root
16+
/activity_manager
17+
/audio_status
18+
/battery_health
19+
/camera_connect
20+
/camera_fwk
21+
/device_info
22+
/display_info
23+
/java2spec
24+
/list_services
25+
/package_query
26+
/power_status
27+
/security_test_apk
28+
/softap_manage
29+
/softap_tether_offload
30+
/softap_wifi_hal
31+
/spec2cli
32+
/spec2go
33+
/spec2readme
34+
/storage_info
35+
/aidl2spec
36+
37+
# Lean 4
1138
/.lake
1239
proofs/.lake

0 commit comments

Comments
 (0)