mirror of
https://gitcode.com/JianFeeeee/homeagent-sdk.git
synced 2026-09-20 08:58:03 +00:00
28 lines
341 B
Plaintext
28 lines
341 B
Plaintext
# Build artifacts
|
|
*.so
|
|
*.dll
|
|
*.hmap
|
|
plugin.json
|
|
|
|
# Build output directories
|
|
build/
|
|
dist/
|
|
|
|
# Test artifacts
|
|
testdist/
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Generated bridge files
|
|
z_bridge_gen.go
|
|
z_entry.c
|
|
|
|
# Binaries (except pre-built distributions in bin/)
|
|
/plugindev
|
|
*_debug*
|
|
|
|
# Pre-built plugindev binaries in bin/ should be tracked
|
|
!bin/plugindev*
|
|
!bin/*.exe
|