mirror of
https://gitcode.com/JianFeeeee/homeagent-sdk.git
synced 2026-09-20 08:58:03 +00:00
26 lines
221 B
Plaintext
26 lines
221 B
Plaintext
# Build artifacts
|
|
*.so
|
|
*.dll
|
|
*.hmap
|
|
plugin.json
|
|
|
|
# Build output directories
|
|
build/
|
|
dist/
|
|
|
|
# Binaries
|
|
*.exe
|
|
|
|
# Test artifacts
|
|
testdist/
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Generated bridge files
|
|
z_bridge_gen.go
|
|
z_entry.c
|
|
|
|
# Binary
|
|
plugindev
|