mirror of
https://github.com/Mo3he/Axis_Cam_Tailscale.git
synced 2026-09-26 01:34:15 +00:00
Stripping relied on host cross-binutils and was best-effort, so a machine without them silently shipped a 68 MB package instead of 45 MB under the same version number. Running the SDK's $STRIP in a container removes the host dependency. Uses create/cp rather than a bind mount because podman machine on macOS only mounts $HOME.
19 lines
431 B
Plaintext
19 lines
431 B
Plaintext
**/.DS_Store
|
|
**/build
|
|
|
|
# Do not track release artifacts (local .eap build outputs stay untracked anywhere in the tree)
|
|
releases/
|
|
build/
|
|
*.eap
|
|
|
|
# Unstripped binaries kept for crash symbolisation, uploaded as a CI artifact
|
|
debug/
|
|
|
|
# Do not track downloaded Tailscale tarballs and temp bins
|
|
tailscale_bins/
|
|
*.tgz
|
|
|
|
# Tailscale binaries - downloaded fresh by CI at build time, not stored in git
|
|
*/app/lib/tailscale
|
|
*/app/lib/tailscaled
|